Html Css Color HEX #FFAB25 Lightning Yellow

📋 copy color: '#FFAB25'

red 255 ◦ green 171 ◦ blue 37

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

Shades of Lightning Yellow #FFAB25

Tints of Lightning Yellow #FFAB25

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.93%

 BLUE value IS 37 (14.84% from 255) = 7.99%

R = 55.08%
G = 36.93%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFAB25 (or 0xFFAB25) is known color: Lightning Yellow. HEX triplet: FF, AB and 25. RGB value is (255,171,37). Sum of RGB (Red+Green+Blue) = 255+171+37=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 37 (14.84% from 255 or 7.99% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAB25 is #0054DA. Grayscale: #B5B5B5. Windows color (decimal): -21723 or 2468863. OLE color: 2468863.

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

Color convert

RGB 255 171 37 -
CMYK 0 0.33 0.85 0
HSL 36.88º 1% 0.57% -
HSV(B) 36.88º 0.85% 1% -
XYZ 56.14 50.52 8.54 -
YUV 180.84 46.83 180.9 -
System Red Green Blue C M Y K H S L
Decimal 255 171 37 0 0.33 0.85 0 36.88 1 0.57
Hex FF AB 25 0 21 55 0 25 64 39
Octal 377 253 45 0 41 125 0 45 144 71
Binary 11111111 10101011 100101 0 100001 1010101 0 100101 1100100 111001

Color Harmonies of #FFAB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAB25

Black with #FFAB25

Text Example


Text Example

White with #FFAB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAB25; }

 p { color: rgb(255,171,37); }

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

background-color css

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

 a { background-color: rgb(255,171,37); }

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

border-color css

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

 span { border-color: rgb(255,171,37); }

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