Html Css Color HEX #FCCF32 Sunglow

📋 copy color: '#FCCF32'

red 252 ◦ green 207 ◦ blue 50

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

Shades of Sunglow #FCCF32

Tints of Sunglow #FCCF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.82%

R = 49.51%
G = 40.67%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCCF32 (or 0xFCCF32) is known color: Sunglow. HEX triplet: FC, CF and 32. RGB value is (252,207,50). Sum of RGB (Red+Green+Blue) = 252+207+50=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 50 (19.92% from 255 or 9.82% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF32 is #0330CD. Grayscale: #CBCBCB. Windows color (decimal): -209102 or 3330044. OLE color: 3330044.

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

Color convert

RGB 252 207 50 -
CMYK 0 0.18 0.80 0.01
HSL 46.63º 0.97% 0.59% -
HSV(B) 46.63º 0.8% 0.99% -
XYZ 63.03 65.55 12.35 -
YUV 202.56 41.91 163.27 -
System Red Green Blue C M Y K H S L
Decimal 252 207 50 0 0.18 0.80 0.01 46.63 0.97 0.59
Hex FC CF 32 0 12 50 1 2F 61 3B
Octal 374 317 62 0 22 120 1 57 141 73
Binary 11111100 11001111 110010 0 10010 1010000 1 101111 1100001 111011

Color Harmonies of #FCCF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF32

Black with #FCCF32

Text Example


Text Example

White with #FCCF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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