Html Css Color HEX #FFF00D Lemon

📋 copy color: '#FFF00D'

red 255 ◦ green 240 ◦ blue 13

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

Shades of Lemon #FFF00D

Tints of Lemon #FFF00D

RGB

 RED value IS 255 (100% from 255) = 50.2%

 GREEN value IS 240 (94.14% from 255) = 47.24%

 BLUE value IS 13 (5.47% from 255) = 2.56%

R = 50.2%
G = 47.24%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFF00D (or 0xFFF00D) is known color: Lemon. HEX triplet: FF, F0 and 0D. RGB value is (255,240,13). Sum of RGB (Red+Green+Blue) = 255+240+13=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 13 (5.47% from 255 or 2.56% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF00D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF00D is #000FF2. Grayscale: #DBDBDB. Windows color (decimal): -4083 or 913663. OLE color: 913663.

HSL color Cylindrical-coordinate representation of color #FFF00D: hue angle of 56.28º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFF00D is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 240 13 -
CMYK 0 0.06 0.95 0
HSL 56.28º 1% 0.53% -
HSV(B) 56.28º 0.95% 1% -
XYZ 72.47 83.61 12.7 -
YUV 218.61 11.97 153.96 -
System Red Green Blue C M Y K H S L
Decimal 255 240 13 0 0.06 0.95 0 56.28 1 0.53
Hex FF F0 D 0 6 5F 0 38 64 35
Octal 377 360 15 0 6 137 0 70 144 65
Binary 11111111 11110000 1101 0 110 1011111 0 111000 1100100 110101

Color Harmonies of #FFF00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF00D

Black with #FFF00D

Text Example


Text Example

White with #FFF00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF00D; }

 p { color: rgb(255,240,13); }

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

background-color css

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

 a { background-color: rgb(255,240,13); }

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

border-color css

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

 span { border-color: rgb(255,240,13); }

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