Html Css Color HEX #F0A52C Lightning Yellow

📋 copy color: '#F0A52C'

red 240 ◦ green 165 ◦ blue 44

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

Shades of Lightning Yellow #F0A52C

Tints of Lightning Yellow #F0A52C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.75%

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

R = 53.45%
G = 36.75%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0A52C (or 0xF0A52C) is known color: Lightning Yellow. HEX triplet: F0, A5 and 2C. RGB value is (240,165,44). Sum of RGB (Red+Green+Blue) = 240+165+44=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 44 (17.58% from 255 or 9.80% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A52C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A52C is #0F5AD3. Grayscale: #AEAEAE. Windows color (decimal): -1006292 or 2926064. OLE color: 2926064.

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

Color convert

RGB 240 165 44 -
CMYK 0 0.31 0.82 0.06
HSL 37.04º 0.87% 0.56% -
HSV(B) 37.04º 0.82% 0.94% -
XYZ 49.84 45.62 8.56 -
YUV 173.63 54.85 175.34 -
System Red Green Blue C M Y K H S L
Decimal 240 165 44 0 0.31 0.82 0.06 37.04 0.87 0.56
Hex F0 A5 2C 0 1F 52 6 25 57 38
Octal 360 245 54 0 37 122 6 45 127 70
Binary 11110000 10100101 101100 0 11111 1010010 110 100101 1010111 111000

Color Harmonies of #F0A52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A52C

Black with #F0A52C

Text Example


Text Example

White with #F0A52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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