Html Css Color HEX #FCD12B Sunglow

📋 copy color: '#FCD12B'

red 252 ◦ green 209 ◦ blue 43

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

Shades of Sunglow #FCD12B

Tints of Sunglow #FCD12B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.47%

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

R = 50%
G = 41.47%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCD12B (or 0xFCD12B) is known color: Sunglow. HEX triplet: FC, D1 and 2B. RGB value is (252,209,43). Sum of RGB (Red+Green+Blue) = 252+209+43=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 43 (17.19% from 255 or 8.53% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD12B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD12B is #032ED4. Grayscale: #CBCBCB. Windows color (decimal): -208597 or 2871804. OLE color: 2871804.

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

Color convert

RGB 252 209 43 -
CMYK 0 0.17 0.83 0.01
HSL 47.66º 0.97% 0.58% -
HSV(B) 47.66º 0.83% 0.99% -
XYZ 63.38 66.47 11.78 -
YUV 202.93 37.75 163 -
System Red Green Blue C M Y K H S L
Decimal 252 209 43 0 0.17 0.83 0.01 47.66 0.97 0.58
Hex FC D1 2B 0 11 53 1 30 61 3A
Octal 374 321 53 0 21 123 1 60 141 72
Binary 11111100 11010001 101011 0 10001 1010011 1 110000 1100001 111010

Color Harmonies of #FCD12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD12B

Black with #FCD12B

Text Example


Text Example

White with #FCD12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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