Html Css Color HEX #F0AC2C Lightning Yellow

📋 copy color: '#F0AC2C'

red 240 ◦ green 172 ◦ blue 44

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

Shades of Lightning Yellow #F0AC2C

Tints of Lightning Yellow #F0AC2C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.72%

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

R = 52.63%
G = 37.72%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0AC2C (or 0xF0AC2C) is known color: Lightning Yellow. HEX triplet: F0, AC and 2C. RGB value is (240,172,44). Sum of RGB (Red+Green+Blue) = 240+172+44=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AC2C is #0F53D3. Grayscale: #B2B2B2. Windows color (decimal): -1004500 or 2927856. OLE color: 2927856.

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

Color convert

RGB 240 172 44 -
CMYK 0 0.28 0.82 0.06
HSL 39.18º 0.87% 0.56% -
HSV(B) 39.18º 0.82% 0.94% -
XYZ 51.14 48.21 8.99 -
YUV 177.74 52.53 172.41 -
System Red Green Blue C M Y K H S L
Decimal 240 172 44 0 0.28 0.82 0.06 39.18 0.87 0.56
Hex F0 AC 2C 0 1C 52 6 27 57 38
Octal 360 254 54 0 34 122 6 47 127 70
Binary 11110000 10101100 101100 0 11100 1010010 110 100111 1010111 111000

Color Harmonies of #F0AC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AC2C

Black with #F0AC2C

Text Example


Text Example

White with #F0AC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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