Html Css Color HEX #FCC942 Sunglow

📋 copy color: '#FCC942'

red 252 ◦ green 201 ◦ blue 66

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

Shades of Sunglow #FCC942

Tints of Sunglow #FCC942

RGB

 RED value IS 252 (98.83% from 255) = 48.55%

 GREEN value IS 201 (78.91% from 255) = 38.73%

 BLUE value IS 66 (26.17% from 255) = 12.72%

R = 48.55%
G = 38.73%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCC942 (or 0xFCC942) is known color: Sunglow. HEX triplet: FC, C9 and 42. RGB value is (252,201,66). Sum of RGB (Red+Green+Blue) = 252+201+66=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 66 (26.17% from 255 or 12.72% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC942 is #0336BD. Grayscale: #C9C9C9. Windows color (decimal): -210622 or 4377084. OLE color: 4377084.

HSL color Cylindrical-coordinate representation of color #FCC942: hue angle of 43.55º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCC942 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 201 66 -
CMYK 0 0.20 0.74 0.01
HSL 43.55º 0.97% 0.62% -
HSV(B) 43.55º 0.74% 0.99% -
XYZ 62.01 62.86 14.02 -
YUV 200.86 51.9 164.48 -
System Red Green Blue C M Y K H S L
Decimal 252 201 66 0 0.20 0.74 0.01 43.55 0.97 0.62
Hex FC C9 42 0 14 4A 1 2C 61 3E
Octal 374 311 102 0 24 112 1 54 141 76
Binary 11111100 11001001 1000010 0 10100 1001010 1 101100 1100001 111110

Color Harmonies of #FCC942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC942

Black with #FCC942

Text Example


Text Example

White with #FCC942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC942; }

 p { color: rgb(252,201,66); }

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

background-color css

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

 a { background-color: rgb(252,201,66); }

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

border-color css

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

 span { border-color: rgb(252,201,66); }

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