Html Css Color HEX #F0AB2E Lightning Yellow

📋 copy color: '#F0AB2E'

red 240 ◦ green 171 ◦ blue 46

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

Shades of Lightning Yellow #F0AB2E

Tints of Lightning Yellow #F0AB2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.07%

R = 52.52%
G = 37.42%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0AB2E (or 0xF0AB2E) is known color: Lightning Yellow. HEX triplet: F0, AB and 2E. RGB value is (240,171,46). Sum of RGB (Red+Green+Blue) = 240+171+46=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 46 (18.36% from 255 or 10.07% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AB2E is #0F54D1. Grayscale: #B1B1B1. Windows color (decimal): -1004754 or 3058672. OLE color: 3058672.

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

Color convert

RGB 240 171 46 -
CMYK 0 0.29 0.81 0.06
HSL 38.66º 0.87% 0.56% -
HSV(B) 38.66º 0.81% 0.94% -
XYZ 50.99 47.85 9.13 -
YUV 177.38 53.86 172.66 -
System Red Green Blue C M Y K H S L
Decimal 240 171 46 0 0.29 0.81 0.06 38.66 0.87 0.56
Hex F0 AB 2E 0 1D 51 6 27 57 38
Octal 360 253 56 0 35 121 6 47 127 70
Binary 11110000 10101011 101110 0 11101 1010001 110 100111 1010111 111000

Color Harmonies of #F0AB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AB2E

Black with #F0AB2E

Text Example


Text Example

White with #F0AB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AB2E; }

 p { color: rgb(240,171,46); }

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

background-color css

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

 a { background-color: rgb(240,171,46); }

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

border-color css

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

 span { border-color: rgb(240,171,46); }

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