Html Css Color HEX #F0A72B Lightning Yellow

📋 copy color: '#F0A72B'

red 240 ◦ green 167 ◦ blue 43

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

Shades of Lightning Yellow #F0A72B

Tints of Lightning Yellow #F0A72B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.11%

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

R = 53.33%
G = 37.11%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0A72B (or 0xF0A72B) is known color: Lightning Yellow. HEX triplet: F0, A7 and 2B. RGB value is (240,167,43). Sum of RGB (Red+Green+Blue) = 240+167+43=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 43 (17.19% from 255 or 9.56% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A72B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A72B is #0F58D4. Grayscale: #AFAFAF. Windows color (decimal): -1005781 or 2861040. OLE color: 2861040.

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

Color convert

RGB 240 167 43 -
CMYK 0 0.30 0.82 0.06
HSL 37.77º 0.87% 0.55% -
HSV(B) 37.77º 0.82% 0.94% -
XYZ 50.19 46.34 8.58 -
YUV 174.69 53.68 174.58 -
System Red Green Blue C M Y K H S L
Decimal 240 167 43 0 0.30 0.82 0.06 37.77 0.87 0.55
Hex F0 A7 2B 0 1E 52 6 26 57 37
Octal 360 247 53 0 36 122 6 46 127 67
Binary 11110000 10100111 101011 0 11110 1010010 110 100110 1010111 110111

Color Harmonies of #F0A72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A72B

Black with #F0A72B

Text Example


Text Example

White with #F0A72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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