Html Css Color HEX #FCD231 Sunglow

📋 copy color: '#FCD231'

red 252 ◦ green 210 ◦ blue 49

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

Shades of Sunglow #FCD231

Tints of Sunglow #FCD231

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.1%

 BLUE value IS 49 (19.53% from 255) = 9.59%

R = 49.32%
G = 41.1%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCD231 (or 0xFCD231) is known color: Sunglow. HEX triplet: FC, D2 and 31. RGB value is (252,210,49). Sum of RGB (Red+Green+Blue) = 252+210+49=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 49 (19.53% from 255 or 9.59% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD231 is #032DCE. Grayscale: #CCCCCC. Windows color (decimal): -208335 or 3265276. OLE color: 3265276.

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

Color convert

RGB 252 210 49 -
CMYK 0 0.17 0.81 0.01
HSL 47.59º 0.97% 0.59% -
HSV(B) 47.59º 0.81% 0.99% -
XYZ 63.75 67.01 12.48 -
YUV 204.2 40.41 162.09 -
System Red Green Blue C M Y K H S L
Decimal 252 210 49 0 0.17 0.81 0.01 47.59 0.97 0.59
Hex FC D2 31 0 11 51 1 30 61 3B
Octal 374 322 61 0 21 121 1 60 141 73
Binary 11111100 11010010 110001 0 10001 1010001 1 110000 1100001 111011

Color Harmonies of #FCD231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD231

Black with #FCD231

Text Example


Text Example

White with #FCD231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD231; }

 p { color: rgb(252,210,49); }

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

background-color css

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

 a { background-color: rgb(252,210,49); }

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

border-color css

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

 span { border-color: rgb(252,210,49); }

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