Html Css Color HEX #F0A82B Lightning Yellow

📋 copy color: '#F0A82B'

red 240 ◦ green 168 ◦ blue 43

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

Shades of Lightning Yellow #F0A82B

Tints of Lightning Yellow #F0A82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.53%

R = 53.22%
G = 37.25%
B = 9.53%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0A82B (or 0xF0A82B) is known color: Lightning Yellow. HEX triplet: F0, A8 and 2B. RGB value is (240,168,43). Sum of RGB (Red+Green+Blue) = 240+168+43=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 43 (17.19% from 255 or 9.53% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A82B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A82B is #0F57D4. Grayscale: #AFAFAF. Windows color (decimal): -1005525 or 2861296. OLE color: 2861296.

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

Color convert

RGB 240 168 43 -
CMYK 0 0.3 0.82 0.06
HSL 38.07º 0.87% 0.55% -
HSV(B) 38.07º 0.82% 0.94% -
XYZ 50.37 46.7 8.65 -
YUV 175.28 53.35 174.16 -
System Red Green Blue C M Y K H S L
Decimal 240 168 43 0 0.3 0.82 0.06 38.07 0.87 0.55
Hex F0 A8 2B 0 1E 52 6 26 57 37
Octal 360 250 53 0 36 122 6 46 127 67
Binary 11110000 10101000 101011 0 11110 1010010 110 100110 1010111 110111

Color Harmonies of #F0A82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A82B

Black with #F0A82B

Text Example


Text Example

White with #F0A82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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