Html Css Color HEX #FCED03 Lemon

📋 copy color: '#FCED03'

red 252 ◦ green 237 ◦ blue 3

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

Shades of Lemon #FCED03

Tints of Lemon #FCED03

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.17%

 BLUE value IS 3 (1.56% from 255) = 0.61%

R = 51.22%
G = 48.17%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCED03 (or 0xFCED03) is known color: Lemon. HEX triplet: FC, ED and 03. RGB value is (252,237,3). Sum of RGB (Red+Green+Blue) = 252+237+3=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 3 (1.56% from 255 or 0.61% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCED03 is #0312FC. Grayscale: #D7D7D7. Windows color (decimal): -201469 or 257532. OLE color: 257532.

HSL color Cylindrical-coordinate representation of color #FCED03: hue angle of 56.39º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCED03 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 237 3 -
CMYK 0 0.06 0.99 0.01
HSL 56.39º 0.98% 0.5% -
HSV(B) 56.39º 0.99% 0.99% -
XYZ 70.45 81.27 12.06 -
YUV 214.81 8.47 154.53 -
System Red Green Blue C M Y K H S L
Decimal 252 237 3 0 0.06 0.99 0.01 56.39 0.98 0.5
Hex FC ED 3 0 6 63 1 38 62 32
Octal 374 355 3 0 6 143 1 70 142 62
Binary 11111100 11101101 11 0 110 1100011 1 111000 1100010 110010

Color Harmonies of #FCED03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED03

Black with #FCED03

Text Example


Text Example

White with #FCED03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED03; }

 p { color: rgb(252,237,3); }

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

background-color css

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

 a { background-color: rgb(252,237,3); }

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

border-color css

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

 span { border-color: rgb(252,237,3); }

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