Html Css Color HEX #FCC72D Sunglow

📋 copy color: '#FCC72D'

red 252 ◦ green 199 ◦ blue 45

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

Shades of Sunglow #FCC72D

Tints of Sunglow #FCC72D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.07%

R = 50.81%
G = 40.12%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCC72D (or 0xFCC72D) is known color: Sunglow. HEX triplet: FC, C7 and 2D. RGB value is (252,199,45). Sum of RGB (Red+Green+Blue) = 252+199+45=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 45 (17.97% from 255 or 9.07% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC72D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC72D is #0338D2. Grayscale: #C5C5C5. Windows color (decimal): -211155 or 3000316. OLE color: 3000316.

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

Color convert

RGB 252 199 45 -
CMYK 0 0.21 0.82 0.01
HSL 44.64º 0.97% 0.58% -
HSV(B) 44.64º 0.82% 0.99% -
XYZ 61.04 61.73 11.18 -
YUV 197.29 42.06 167.02 -
System Red Green Blue C M Y K H S L
Decimal 252 199 45 0 0.21 0.82 0.01 44.64 0.97 0.58
Hex FC C7 2D 0 15 52 1 2D 61 3A
Octal 374 307 55 0 25 122 1 55 141 72
Binary 11111100 11000111 101101 0 10101 1010010 1 101101 1100001 111010

Color Harmonies of #FCC72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC72D

Black with #FCC72D

Text Example


Text Example

White with #FCC72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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