Html Css Color HEX #F2AC29 Lightning Yellow

📋 copy color: '#F2AC29'

red 242 ◦ green 172 ◦ blue 41

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

Shades of Lightning Yellow #F2AC29

Tints of Lightning Yellow #F2AC29

RGB

 RED value IS 242 (94.92% from 255) = 53.19%

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

 BLUE value IS 41 (16.41% from 255) = 9.01%

R = 53.19%
G = 37.8%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2AC29 (or 0xF2AC29) is known color: Lightning Yellow. HEX triplet: F2, AC and 29. RGB value is (242,172,41). Sum of RGB (Red+Green+Blue) = 242+172+41=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 41 (16.41% from 255 or 9.01% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AC29 is #0D53D6. Grayscale: #B2B2B2. Windows color (decimal): -873431 or 2731250. OLE color: 2731250.

HSL color Cylindrical-coordinate representation of color #F2AC29: hue angle of 39.1º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2AC29 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 172 41 -
CMYK 0 0.29 0.83 0.05
HSL 39.1º 0.89% 0.55% -
HSV(B) 39.1º 0.83% 0.95% -
XYZ 51.77 48.54 8.74 -
YUV 178 50.69 173.65 -
System Red Green Blue C M Y K H S L
Decimal 242 172 41 0 0.29 0.83 0.05 39.1 0.89 0.55
Hex F2 AC 29 0 1D 53 5 27 59 37
Octal 362 254 51 0 35 123 5 47 131 67
Binary 11110010 10101100 101001 0 11101 1010011 101 100111 1011001 110111

Color Harmonies of #F2AC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AC29

Black with #F2AC29

Text Example


Text Example

White with #F2AC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AC29; }

 p { color: rgb(242,172,41); }

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

background-color css

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

 a { background-color: rgb(242,172,41); }

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

border-color css

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

 span { border-color: rgb(242,172,41); }

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