Html Css Color HEX #F2AC28 Lightning Yellow

📋 copy color: '#F2AC28'

red 242 ◦ green 172 ◦ blue 40

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

Shades of Lightning Yellow #F2AC28

Tints of Lightning Yellow #F2AC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.81%

R = 53.3%
G = 37.89%
B = 8.81%

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

#F2AC28 (or 0xF2AC28) is known color: Lightning Yellow. HEX triplet: F2, AC and 28. RGB value is (242,172,40). Sum of RGB (Red+Green+Blue) = 242+172+40=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 40 (16.02% from 255 or 8.81% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AC28 is #0D53D7. Grayscale: #B2B2B2. Windows color (decimal): -873432 or 2665714. OLE color: 2665714.

HSL color Cylindrical-coordinate representation of color #F2AC28: hue angle of 39.21º 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 #F2AC28 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 172 40 -
CMYK 0 0.29 0.83 0.05
HSL 39.21º 0.89% 0.55% -
HSV(B) 39.21º 0.83% 0.95% -
XYZ 51.75 48.54 8.65 -
YUV 177.88 50.19 173.73 -
System Red Green Blue C M Y K H S L
Decimal 242 172 40 0 0.29 0.83 0.05 39.21 0.89 0.55
Hex F2 AC 28 0 1D 53 5 27 59 37
Octal 362 254 50 0 35 123 5 47 131 67
Binary 11110010 10101100 101000 0 11101 1010011 101 100111 1011001 110111

Color Harmonies of #F2AC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AC28

Black with #F2AC28

Text Example


Text Example

White with #F2AC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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