Html Css Color HEX #FACC2C Sunglow

📋 copy color: '#FACC2C'

red 250 ◦ green 204 ◦ blue 44

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

Shades of Sunglow #FACC2C

Tints of Sunglow #FACC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.84%

R = 50.2%
G = 40.96%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FACC2C (or 0xFACC2C) is known color: Sunglow. HEX triplet: FA, CC and 2C. RGB value is (250,204,44). Sum of RGB (Red+Green+Blue) = 250+204+44=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 44 (17.58% from 255 or 8.84% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC2C is #0533D3. Grayscale: #C8C8C8. Windows color (decimal): -340948 or 2936058. OLE color: 2936058.

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

Color convert

RGB 250 204 44 -
CMYK 0 0.18 0.82 0.02
HSL 46.6º 0.95% 0.58% -
HSV(B) 46.6º 0.82% 0.98% -
XYZ 61.47 63.69 11.44 -
YUV 199.51 40.24 164.01 -
System Red Green Blue C M Y K H S L
Decimal 250 204 44 0 0.18 0.82 0.02 46.6 0.95 0.58
Hex FA CC 2C 0 12 52 2 2F 5F 3A
Octal 372 314 54 0 22 122 2 57 137 72
Binary 11111010 11001100 101100 0 10010 1010010 10 101111 1011111 111010

Color Harmonies of #FACC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC2C

Black with #FACC2C

Text Example


Text Example

White with #FACC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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