Html Css Color HEX #FCD02E Sunglow

📋 copy color: '#FCD02E'

red 252 ◦ green 208 ◦ blue 46

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

Shades of Sunglow #FCD02E

Tints of Sunglow #FCD02E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.09%

R = 49.8%
G = 41.11%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCD02E (or 0xFCD02E) is known color: Sunglow. HEX triplet: FC, D0 and 2E. RGB value is (252,208,46). Sum of RGB (Red+Green+Blue) = 252+208+46=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 46 (18.36% from 255 or 9.09% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD02E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD02E is #032FD1. Grayscale: #CBCBCB. Windows color (decimal): -208850 or 3068156. OLE color: 3068156.

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

Color convert

RGB 252 208 46 -
CMYK 0 0.17 0.82 0.01
HSL 47.18º 0.97% 0.58% -
HSV(B) 47.18º 0.82% 0.99% -
XYZ 63.19 66 11.99 -
YUV 202.69 39.58 163.17 -
System Red Green Blue C M Y K H S L
Decimal 252 208 46 0 0.17 0.82 0.01 47.18 0.97 0.58
Hex FC D0 2E 0 11 52 1 2F 61 3A
Octal 374 320 56 0 21 122 1 57 141 72
Binary 11111100 11010000 101110 0 10001 1010010 1 101111 1100001 111010

Color Harmonies of #FCD02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD02E

Black with #FCD02E

Text Example


Text Example

White with #FCD02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD02E; }

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

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

background-color css

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

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

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

border-color css

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

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

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