Html Css Color HEX #FFDF1A Lemon

📋 copy color: '#FFDF1A'

red 255 ◦ green 223 ◦ blue 26

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

Shades of Lemon #FFDF1A

Tints of Lemon #FFDF1A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.25%

 BLUE value IS 26 (10.55% from 255) = 5.16%

R = 50.6%
G = 44.25%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FFDF1A (or 0xFFDF1A) is known color: Lemon. HEX triplet: FF, DF and 1A. RGB value is (255,223,26). Sum of RGB (Red+Green+Blue) = 255+223+26=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 26 (10.55% from 255 or 5.16% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDF1A is #0020E5. Grayscale: #D2D2D2. Windows color (decimal): -8422 or 1761279. OLE color: 1761279.

HSL color Cylindrical-coordinate representation of color #FFDF1A: hue angle of 51.62º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFDF1A is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 223 26 -
CMYK 0 0.13 0.90 0
HSL 51.62º 1% 0.55% -
HSV(B) 51.62º 0.9% 1% -
XYZ 67.81 74.11 11.71 -
YUV 210.11 24.1 160.02 -
System Red Green Blue C M Y K H S L
Decimal 255 223 26 0 0.13 0.90 0 51.62 1 0.55
Hex FF DF 1A 0 D 5A 0 34 64 37
Octal 377 337 32 0 15 132 0 64 144 67
Binary 11111111 11011111 11010 0 1101 1011010 0 110100 1100100 110111

Color Harmonies of #FFDF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDF1A

Black with #FFDF1A

Text Example


Text Example

White with #FFDF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDF1A; }

 p { color: rgb(255,223,26); }

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

background-color css

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

 a { background-color: rgb(255,223,26); }

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

border-color css

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

 span { border-color: rgb(255,223,26); }

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