Html Css Color HEX #FCD02B Sunglow

📋 copy color: '#FCD02B'

red 252 ◦ green 208 ◦ blue 43

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

Shades of Sunglow #FCD02B

Tints of Sunglow #FCD02B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.35%

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

R = 50.1%
G = 41.35%
B = 8.55%

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

#FCD02B (or 0xFCD02B) is known color: Sunglow. HEX triplet: FC, D0 and 2B. RGB value is (252,208,43). Sum of RGB (Red+Green+Blue) = 252+208+43=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 43 (17.19% from 255 or 8.55% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD02B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD02B is #032FD4. Grayscale: #CBCBCB. Windows color (decimal): -208853 or 2871548. OLE color: 2871548.

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

Color convert

RGB 252 208 43 -
CMYK 0 0.17 0.83 0.01
HSL 47.37º 0.97% 0.58% -
HSV(B) 47.37º 0.83% 0.99% -
XYZ 63.14 65.98 11.69 -
YUV 202.35 38.08 163.42 -
System Red Green Blue C M Y K H S L
Decimal 252 208 43 0 0.17 0.83 0.01 47.37 0.97 0.58
Hex FC D0 2B 0 11 53 1 2F 61 3A
Octal 374 320 53 0 21 123 1 57 141 72
Binary 11111100 11010000 101011 0 10001 1010011 1 101111 1100001 111010

Color Harmonies of #FCD02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD02B

Black with #FCD02B

Text Example


Text Example

White with #FCD02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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