Html Css Color HEX #F0AD2C Lightning Yellow

📋 copy color: '#F0AD2C'

red 240 ◦ green 173 ◦ blue 44

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

Shades of Lightning Yellow #F0AD2C

Tints of Lightning Yellow #F0AD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.63%

R = 52.52%
G = 37.86%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0AD2C (or 0xF0AD2C) is known color: Lightning Yellow. HEX triplet: F0, AD and 2C. RGB value is (240,173,44). Sum of RGB (Red+Green+Blue) = 240+173+44=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 44 (17.58% from 255 or 9.63% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AD2C is #0F52D3. Grayscale: #B2B2B2. Windows color (decimal): -1004244 or 2928112. OLE color: 2928112.

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

Color convert

RGB 240 173 44 -
CMYK 0 0.28 0.82 0.06
HSL 39.49º 0.87% 0.56% -
HSV(B) 39.49º 0.82% 0.94% -
XYZ 51.33 48.59 9.06 -
YUV 178.33 52.2 171.99 -
System Red Green Blue C M Y K H S L
Decimal 240 173 44 0 0.28 0.82 0.06 39.49 0.87 0.56
Hex F0 AD 2C 0 1C 52 6 27 57 38
Octal 360 255 54 0 34 122 6 47 127 70
Binary 11110000 10101101 101100 0 11100 1010010 110 100111 1010111 111000

Color Harmonies of #F0AD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AD2C

Black with #F0AD2C

Text Example


Text Example

White with #F0AD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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