Html Css Color HEX #FFA026 Lightning Yellow

📋 copy color: '#FFA026'

red 255 ◦ green 160 ◦ blue 38

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

Shades of Lightning Yellow #FFA026

Tints of Lightning Yellow #FFA026

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.32%

 BLUE value IS 38 (15.23% from 255) = 8.39%

R = 56.29%
G = 35.32%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFA026 (or 0xFFA026) is known color: Lightning Yellow. HEX triplet: FF, A0 and 26. RGB value is (255,160,38). Sum of RGB (Red+Green+Blue) = 255+160+38=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 38 (15.23% from 255 or 8.39% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA026 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA026 is #005FD9. Grayscale: #AFAFAF. Windows color (decimal): -24538 or 2531583. OLE color: 2531583.

HSL color Cylindrical-coordinate representation of color #FFA026: hue angle of 33.73º 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 #FFA026 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB 255 160 38 -
CMYK 0 0.37 0.85 0
HSL 33.73º 1% 0.57% -
HSV(B) 33.73º 0.85% 1% -
XYZ 54.16 46.54 7.96 -
YUV 174.5 50.97 185.42 -
System Red Green Blue C M Y K H S L
Decimal 255 160 38 0 0.37 0.85 0 33.73 1 0.57
Hex FF A0 26 0 25 55 0 22 64 39
Octal 377 240 46 0 45 125 0 42 144 71
Binary 11111111 10100000 100110 0 100101 1010101 0 100010 1100100 111001

Color Harmonies of #FFA026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA026

Black with #FFA026

Text Example


Text Example

White with #FFA026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA026; }

 p { color: rgb(255,160,38); }

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

background-color css

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

 a { background-color: rgb(255,160,38); }

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

border-color css

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

 span { border-color: rgb(255,160,38); }

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