Html Css Color HEX #F0A42C Lightning Yellow

📋 copy color: '#F0A42C'

red 240 ◦ green 164 ◦ blue 44

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

Shades of Lightning Yellow #F0A42C

Tints of Lightning Yellow #F0A42C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.61%

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

R = 53.57%
G = 36.61%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0A42C (or 0xF0A42C) is known color: Lightning Yellow. HEX triplet: F0, A4 and 2C. RGB value is (240,164,44). Sum of RGB (Red+Green+Blue) = 240+164+44=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 44 (17.58% from 255 or 9.82% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A42C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A42C is #0F5BD3. Grayscale: #ADADAD. Windows color (decimal): -1006548 or 2925808. OLE color: 2925808.

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

Color convert

RGB 240 164 44 -
CMYK 0 0.32 0.82 0.06
HSL 36.73º 0.87% 0.56% -
HSV(B) 36.73º 0.82% 0.94% -
XYZ 49.67 45.26 8.5 -
YUV 173.04 55.18 175.76 -
System Red Green Blue C M Y K H S L
Decimal 240 164 44 0 0.32 0.82 0.06 36.73 0.87 0.56
Hex F0 A4 2C 0 20 52 6 25 57 38
Octal 360 244 54 0 40 122 6 45 127 70
Binary 11110000 10100100 101100 0 100000 1010010 110 100101 1010111 111000

Color Harmonies of #F0A42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A42C

Black with #F0A42C

Text Example


Text Example

White with #F0A42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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