Html Css Color HEX #F0AD2E Lightning Yellow

📋 copy color: '#F0AD2E'

red 240 ◦ green 173 ◦ blue 46

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

Shades of Lightning Yellow #F0AD2E

Tints of Lightning Yellow #F0AD2E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.69%

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

R = 52.29%
G = 37.69%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0AD2E (or 0xF0AD2E) is known color: Lightning Yellow. HEX triplet: F0, AD and 2E. RGB value is (240,173,46). Sum of RGB (Red+Green+Blue) = 240+173+46=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 46 (18.36% from 255 or 10.02% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AD2E is #0F52D1. Grayscale: #B3B3B3. Windows color (decimal): -1004242 or 3059184. OLE color: 3059184.

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

Color convert

RGB 240 173 46 -
CMYK 0 0.28 0.81 0.06
HSL 39.28º 0.87% 0.56% -
HSV(B) 39.28º 0.81% 0.94% -
XYZ 51.37 48.61 9.26 -
YUV 178.56 53.2 171.83 -
System Red Green Blue C M Y K H S L
Decimal 240 173 46 0 0.28 0.81 0.06 39.28 0.87 0.56
Hex F0 AD 2E 0 1C 51 6 27 57 38
Octal 360 255 56 0 34 121 6 47 127 70
Binary 11110000 10101101 101110 0 11100 1010001 110 100111 1010111 111000

Color Harmonies of #F0AD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AD2E

Black with #F0AD2E

Text Example


Text Example

White with #F0AD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AD2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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