Html Css Color HEX #F0AC34 Lightning Yellow

📋 copy color: '#F0AC34'

red 240 ◦ green 172 ◦ blue 52

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

Shades of Lightning Yellow #F0AC34

Tints of Lightning Yellow #F0AC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.21%

R = 51.72%
G = 37.07%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F0AC34 (or 0xF0AC34) is known color: Lightning Yellow. HEX triplet: F0, AC and 34. RGB value is (240,172,52). Sum of RGB (Red+Green+Blue) = 240+172+52=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 52 (20.70% from 255 or 11.21% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AC34 is #0F53CB. Grayscale: #B3B3B3. Windows color (decimal): -1004492 or 3452144. OLE color: 3452144.

HSL color Cylindrical-coordinate representation of color #F0AC34: hue angle of 38.3º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0AC34 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 172 52 -
CMYK 0 0.28 0.78 0.06
HSL 38.3º 0.86% 0.57% -
HSV(B) 38.3º 0.78% 0.94% -
XYZ 51.31 48.28 9.86 -
YUV 178.65 56.53 171.76 -
System Red Green Blue C M Y K H S L
Decimal 240 172 52 0 0.28 0.78 0.06 38.3 0.86 0.57
Hex F0 AC 34 0 1C 4E 6 26 56 39
Octal 360 254 64 0 34 116 6 46 126 71
Binary 11110000 10101100 110100 0 11100 1001110 110 100110 1010110 111001

Color Harmonies of #F0AC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AC34

Black with #F0AC34

Text Example


Text Example

White with #F0AC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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