Html Css Color HEX #FCCD42 Sunglow

📋 copy color: '#FCCD42'

red 252 ◦ green 205 ◦ blue 66

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

Shades of Sunglow #FCCD42

Tints of Sunglow #FCCD42

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.2%

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

R = 48.18%
G = 39.2%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCCD42 (or 0xFCCD42) is known color: Sunglow. HEX triplet: FC, CD and 42. RGB value is (252,205,66). Sum of RGB (Red+Green+Blue) = 252+205+66=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 66 (26.17% from 255 or 12.62% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCD42 is #0332BD. Grayscale: #CBCBCB. Windows color (decimal): -209598 or 4378108. OLE color: 4378108.

HSL color Cylindrical-coordinate representation of color #FCCD42: hue angle of 44.84º 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 #FCCD42 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 205 66 -
CMYK 0 0.19 0.74 0.01
HSL 44.84º 0.97% 0.62% -
HSV(B) 44.84º 0.74% 0.99% -
XYZ 62.96 64.75 14.33 -
YUV 203.21 50.57 162.8 -
System Red Green Blue C M Y K H S L
Decimal 252 205 66 0 0.19 0.74 0.01 44.84 0.97 0.62
Hex FC CD 42 0 13 4A 1 2D 61 3E
Octal 374 315 102 0 23 112 1 55 141 76
Binary 11111100 11001101 1000010 0 10011 1001010 1 101101 1100001 111110

Color Harmonies of #FCCD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD42

Black with #FCCD42

Text Example


Text Example

White with #FCCD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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