Html Css Color HEX #F0A62E Lightning Yellow

📋 copy color: '#F0A62E'

red 240 ◦ green 166 ◦ blue 46

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

Shades of Lightning Yellow #F0A62E

Tints of Lightning Yellow #F0A62E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.73%

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

R = 53.1%
G = 36.73%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0A62E (or 0xF0A62E) is known color: Lightning Yellow. HEX triplet: F0, A6 and 2E. RGB value is (240,166,46). Sum of RGB (Red+Green+Blue) = 240+166+46=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 46 (18.36% from 255 or 10.18% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A62E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A62E is #0F59D1. Grayscale: #AFAFAF. Windows color (decimal): -1006034 or 3057392. OLE color: 3057392.

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

Color convert

RGB 240 166 46 -
CMYK 0 0.31 0.81 0.06
HSL 37.11º 0.87% 0.56% -
HSV(B) 37.11º 0.81% 0.94% -
XYZ 50.06 45.99 8.82 -
YUV 174.45 55.52 174.76 -
System Red Green Blue C M Y K H S L
Decimal 240 166 46 0 0.31 0.81 0.06 37.11 0.87 0.56
Hex F0 A6 2E 0 1F 51 6 25 57 38
Octal 360 246 56 0 37 121 6 45 127 70
Binary 11110000 10100110 101110 0 11111 1010001 110 100101 1010111 111000

Color Harmonies of #F0A62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A62E

Black with #F0A62E

Text Example


Text Example

White with #F0A62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A62E; }

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

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

background-color css

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

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

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

border-color css

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

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

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