Html Css Color HEX #F0A226 Lightning Yellow

📋 copy color: '#F0A226'

red 240 ◦ green 162 ◦ blue 38

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

Shades of Lightning Yellow #F0A226

Tints of Lightning Yellow #F0A226

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.82%

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

R = 54.55%
G = 36.82%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F0A226 (or 0xF0A226) is known color: Lightning Yellow. HEX triplet: F0, A2 and 26. RGB value is (240,162,38). Sum of RGB (Red+Green+Blue) = 240+162+38=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 38 (15.23% from 255 or 8.64% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A226 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A226 is #0F5DD9. Grayscale: #ABABAB. Windows color (decimal): -1007066 or 2532080. OLE color: 2532080.

HSL color Cylindrical-coordinate representation of color #F0A226: hue angle of 36.83º 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 #F0A226 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 162 38 -
CMYK 0 0.32 0.84 0.06
HSL 36.83º 0.87% 0.55% -
HSV(B) 36.83º 0.84% 0.94% -
XYZ 49.21 44.51 7.83 -
YUV 171.19 52.84 177.08 -
System Red Green Blue C M Y K H S L
Decimal 240 162 38 0 0.32 0.84 0.06 36.83 0.87 0.55
Hex F0 A2 26 0 20 54 6 25 57 37
Octal 360 242 46 0 40 124 6 45 127 67
Binary 11110000 10100010 100110 0 100000 1010100 110 100101 1010111 110111

Color Harmonies of #F0A226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A226

Black with #F0A226

Text Example


Text Example

White with #F0A226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A226; }

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

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

background-color css

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

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

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

border-color css

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

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

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