Html Css Color HEX #FFA424 Lightning Yellow

📋 copy color: '#FFA424'

red 255 ◦ green 164 ◦ blue 36

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

Shades of Lightning Yellow #FFA424

Tints of Lightning Yellow #FFA424

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.04%

 BLUE value IS 36 (14.45% from 255) = 7.91%

R = 56.04%
G = 36.04%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FFA424 (or 0xFFA424) is known color: Lightning Yellow. HEX triplet: FF, A4 and 24. RGB value is (255,164,36). Sum of RGB (Red+Green+Blue) = 255+164+36=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 36 (14.45% from 255 or 7.91% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA424 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA424 is #005BDB. Grayscale: #B1B1B1. Windows color (decimal): -23516 or 2401535. OLE color: 2401535.

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

Color convert

RGB 255 164 36 -
CMYK 0 0.36 0.86 0
HSL 35.07º 1% 0.57% -
HSV(B) 35.07º 0.86% 1% -
XYZ 54.83 47.94 8.03 -
YUV 176.62 48.65 183.91 -
System Red Green Blue C M Y K H S L
Decimal 255 164 36 0 0.36 0.86 0 35.07 1 0.57
Hex FF A4 24 0 24 56 0 23 64 39
Octal 377 244 44 0 44 126 0 43 144 71
Binary 11111111 10100100 100100 0 100100 1010110 0 100011 1100100 111001

Color Harmonies of #FFA424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA424

Black with #FFA424

Text Example


Text Example

White with #FFA424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA424; }

 p { color: rgb(255,164,36); }

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

background-color css

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

 a { background-color: rgb(255,164,36); }

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

border-color css

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

 span { border-color: rgb(255,164,36); }

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