Html Css Color HEX #FCCF31 Sunglow

📋 copy color: '#FCCF31'

red 252 ◦ green 207 ◦ blue 49

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

Shades of Sunglow #FCCF31

Tints of Sunglow #FCCF31

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.75%

 BLUE value IS 49 (19.53% from 255) = 9.65%

R = 49.61%
G = 40.75%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCCF31 (or 0xFCCF31) is known color: Sunglow. HEX triplet: FC, CF and 31. RGB value is (252,207,49). Sum of RGB (Red+Green+Blue) = 252+207+49=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 49 (19.53% from 255 or 9.65% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF31 is #0330CE. Grayscale: #CBCBCB. Windows color (decimal): -209103 or 3264508. OLE color: 3264508.

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

Color convert

RGB 252 207 49 -
CMYK 0 0.18 0.81 0.01
HSL 46.7º 0.97% 0.59% -
HSV(B) 46.7º 0.81% 0.99% -
XYZ 63.01 65.54 12.24 -
YUV 202.44 41.41 163.35 -
System Red Green Blue C M Y K H S L
Decimal 252 207 49 0 0.18 0.81 0.01 46.7 0.97 0.59
Hex FC CF 31 0 12 51 1 2F 61 3B
Octal 374 317 61 0 22 121 1 57 141 73
Binary 11111100 11001111 110001 0 10010 1010001 1 101111 1100001 111011

Color Harmonies of #FCCF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF31

Black with #FCCF31

Text Example


Text Example

White with #FCCF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF31; }

 p { color: rgb(252,207,49); }

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

background-color css

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

 a { background-color: rgb(252,207,49); }

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

border-color css

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

 span { border-color: rgb(252,207,49); }

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