Html Css Color HEX #FCC72B Sunglow

📋 copy color: '#FCC72B'

red 252 ◦ green 199 ◦ blue 43

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

Shades of Sunglow #FCC72B

Tints of Sunglow #FCC72B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.7%

R = 51.01%
G = 40.28%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCC72B (or 0xFCC72B) is known color: Sunglow. HEX triplet: FC, C7 and 2B. RGB value is (252,199,43). Sum of RGB (Red+Green+Blue) = 252+199+43=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 43 (17.19% from 255 or 8.70% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC72B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC72B is #0338D4. Grayscale: #C5C5C5. Windows color (decimal): -211157 or 2869244. OLE color: 2869244.

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

Color convert

RGB 252 199 43 -
CMYK 0 0.21 0.83 0.01
HSL 44.78º 0.97% 0.58% -
HSV(B) 44.78º 0.83% 0.99% -
XYZ 61 61.72 10.98 -
YUV 197.06 41.06 167.18 -
System Red Green Blue C M Y K H S L
Decimal 252 199 43 0 0.21 0.83 0.01 44.78 0.97 0.58
Hex FC C7 2B 0 15 53 1 2D 61 3A
Octal 374 307 53 0 25 123 1 55 141 72
Binary 11111100 11000111 101011 0 10101 1010011 1 101101 1100001 111010

Color Harmonies of #FCC72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC72B

Black with #FCC72B

Text Example


Text Example

White with #FCC72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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