Html Css Color HEX #F0A82D Lightning Yellow

📋 copy color: '#F0A82D'

red 240 ◦ green 168 ◦ blue 45

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

Shades of Lightning Yellow #F0A82D

Tints of Lightning Yellow #F0A82D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.09%

 BLUE value IS 45 (17.97% from 255) = 9.93%

R = 52.98%
G = 37.09%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0A82D (or 0xF0A82D) is known color: Lightning Yellow. HEX triplet: F0, A8 and 2D. RGB value is (240,168,45). Sum of RGB (Red+Green+Blue) = 240+168+45=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A82D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A82D is #0F57D2. Grayscale: #B0B0B0. Windows color (decimal): -1005523 or 2992368. OLE color: 2992368.

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

Color convert

RGB 240 168 45 -
CMYK 0 0.3 0.81 0.06
HSL 37.85º 0.87% 0.56% -
HSV(B) 37.85º 0.81% 0.94% -
XYZ 50.41 46.72 8.84 -
YUV 175.51 54.35 174 -
System Red Green Blue C M Y K H S L
Decimal 240 168 45 0 0.3 0.81 0.06 37.85 0.87 0.56
Hex F0 A8 2D 0 1E 51 6 26 57 38
Octal 360 250 55 0 36 121 6 46 127 70
Binary 11110000 10101000 101101 0 11110 1010001 110 100110 1010111 111000

Color Harmonies of #F0A82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A82D

Black with #F0A82D

Text Example


Text Example

White with #F0A82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A82D; }

 p { color: rgb(240,168,45); }

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

background-color css

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

 a { background-color: rgb(240,168,45); }

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

border-color css

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

 span { border-color: rgb(240,168,45); }

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