Html Css Color HEX #FACC34 Sunglow

📋 copy color: '#FACC34'

red 250 ◦ green 204 ◦ blue 52

#FACC34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunglow #FACC34

Tints of Sunglow #FACC34

RGB

 RED value IS 250 (98.05% from 255) = 49.41%

 GREEN value IS 204 (80.08% from 255) = 40.32%

 BLUE value IS 52 (20.7% from 255) = 10.28%

R = 49.41%
G = 40.32%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FACC34 (or 0xFACC34) is known color: Sunglow. HEX triplet: FA, CC and 34. RGB value is (250,204,52). Sum of RGB (Red+Green+Blue) = 250+204+52=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 52 (20.70% from 255 or 10.28% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC34 is #0533CB. Grayscale: #C9C9C9. Windows color (decimal): -340940 or 3460346. OLE color: 3460346.

HSL color Cylindrical-coordinate representation of color #FACC34: hue angle of 46.06º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FACC34 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 204 52 -
CMYK 0 0.18 0.79 0.02
HSL 46.06º 0.95% 0.59% -
HSV(B) 46.06º 0.79% 0.98% -
XYZ 61.64 63.76 12.31 -
YUV 200.43 44.24 163.36 -
System Red Green Blue C M Y K H S L
Decimal 250 204 52 0 0.18 0.79 0.02 46.06 0.95 0.59
Hex FA CC 34 0 12 4F 2 2E 5F 3B
Octal 372 314 64 0 22 117 2 56 137 73
Binary 11111010 11001100 110100 0 10010 1001111 10 101110 1011111 111011

Color Harmonies of #FACC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC34

Black with #FACC34

Text Example


Text Example

White with #FACC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC34; }

 p { color: rgb(250,204,52); }

 H1.HeaderClassName
 {
   color: #FACC34;
 }
 .AnyTagClassName
 {
   color: #FACC34;
 }
</style>

background-color css

<style>
 a { background-color: #FACC34; }

 a { background-color: rgb(250,204,52); }

 div.DivClassName
 {
   background-color: #FACC34;
 }
 .BgClassName
 {
   background-color: #FACC34;
 }
</style>

border-color css

<style>
 span { border-color: #FACC34; }

 span { border-color: rgb(250,204,52); }

 td.TdClassName
 {
   border-color: #FACC34;
 }
 .TagClassName
 {
   border-color: #FACC34;
 }
</style>