Html Css Color HEX #F0A026 Lightning Yellow

📋 copy color: '#F0A026'

red 240 ◦ green 160 ◦ blue 38

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

Shades of Lightning Yellow #F0A026

Tints of Lightning Yellow #F0A026

RGB

 RED value IS 240 (94.14% from 255) = 54.79%

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

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

R = 54.79%
G = 36.53%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F0A026 (or 0xF0A026) is known color: Lightning Yellow. HEX triplet: F0, A0 and 26. RGB value is (240,160,38). Sum of RGB (Red+Green+Blue) = 240+160+38=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 38 (15.23% from 255 or 8.68% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A026 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A026 is #0F5FD9. Grayscale: #AAAAAA. Windows color (decimal): -1007578 or 2531568. OLE color: 2531568.

HSL color Cylindrical-coordinate representation of color #F0A026: hue angle of 36.24º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F0A026 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 160 38 -
CMYK 0 0.33 0.84 0.06
HSL 36.24º 0.87% 0.55% -
HSV(B) 36.24º 0.84% 0.94% -
XYZ 48.86 43.81 7.71 -
YUV 170.01 53.5 177.92 -
System Red Green Blue C M Y K H S L
Decimal 240 160 38 0 0.33 0.84 0.06 36.24 0.87 0.55
Hex F0 A0 26 0 21 54 6 24 57 37
Octal 360 240 46 0 41 124 6 44 127 67
Binary 11110000 10100000 100110 0 100001 1010100 110 100100 1010111 110111

Color Harmonies of #F0A026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A026

Black with #F0A026

Text Example


Text Example

White with #F0A026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A026; }

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

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

background-color css

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

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

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

border-color css

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

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

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