Html Css Color HEX #FCC732 Sunglow

📋 copy color: '#FCC732'

red 252 ◦ green 199 ◦ blue 50

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

Shades of Sunglow #FCC732

Tints of Sunglow #FCC732

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.72%

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

R = 50.3%
G = 39.72%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCC732 (or 0xFCC732) is known color: Sunglow. HEX triplet: FC, C7 and 32. RGB value is (252,199,50). Sum of RGB (Red+Green+Blue) = 252+199+50=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 50 (19.92% from 255 or 9.98% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC732 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC732 is #0338CD. Grayscale: #C6C6C6. Windows color (decimal): -211150 or 3327996. OLE color: 3327996.

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

Color convert

RGB 252 199 50 -
CMYK 0 0.21 0.80 0.01
HSL 44.26º 0.97% 0.59% -
HSV(B) 44.26º 0.8% 0.99% -
XYZ 61.14 61.77 11.72 -
YUV 197.86 44.56 166.62 -
System Red Green Blue C M Y K H S L
Decimal 252 199 50 0 0.21 0.80 0.01 44.26 0.97 0.59
Hex FC C7 32 0 15 50 1 2C 61 3B
Octal 374 307 62 0 25 120 1 54 141 73
Binary 11111100 11000111 110010 0 10101 1010000 1 101100 1100001 111011

Color Harmonies of #FCC732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC732

Black with #FCC732

Text Example


Text Example

White with #FCC732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC732; }

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

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

background-color css

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

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

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

border-color css

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

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

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