Html Css Color HEX #FCD72D Sunglow

📋 copy color: '#FCD72D'

red 252 ◦ green 215 ◦ blue 45

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

Shades of Sunglow #FCD72D

Tints of Sunglow #FCD72D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.99%

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

R = 49.22%
G = 41.99%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCD72D (or 0xFCD72D) is known color: Sunglow. HEX triplet: FC, D7 and 2D. RGB value is (252,215,45). Sum of RGB (Red+Green+Blue) = 252+215+45=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 45 (17.97% from 255 or 8.79% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD72D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD72D is #0328D2. Grayscale: #CFCFCF. Windows color (decimal): -207059 or 3004412. OLE color: 3004412.

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

Color convert

RGB 252 215 45 -
CMYK 0 0.15 0.82 0.01
HSL 49.28º 0.97% 0.58% -
HSV(B) 49.28º 0.82% 0.99% -
XYZ 64.92 69.49 12.47 -
YUV 206.68 36.76 160.32 -
System Red Green Blue C M Y K H S L
Decimal 252 215 45 0 0.15 0.82 0.01 49.28 0.97 0.58
Hex FC D7 2D 0 F 52 1 31 61 3A
Octal 374 327 55 0 17 122 1 61 141 72
Binary 11111100 11010111 101101 0 1111 1010010 1 110001 1100001 111010

Color Harmonies of #FCD72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD72D

Black with #FCD72D

Text Example


Text Example

White with #FCD72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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