Html Css Color HEX #F2AC3A Lightning Yellow

📋 copy color: '#F2AC3A'

red 242 ◦ green 172 ◦ blue 58

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

Shades of Lightning Yellow #F2AC3A

Tints of Lightning Yellow #F2AC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.29%

R = 51.27%
G = 36.44%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2AC3A (or 0xF2AC3A) is known color: Lightning Yellow. HEX triplet: F2, AC and 3A. RGB value is (242,172,58). Sum of RGB (Red+Green+Blue) = 242+172+58=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AC3A is #0D53C5. Grayscale: #B4B4B4. Windows color (decimal): -873414 or 3845362. OLE color: 3845362.

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

Color convert

RGB 242 172 58 -
CMYK 0 0.29 0.76 0.05
HSL 37.17º 0.88% 0.59% -
HSV(B) 37.17º 0.76% 0.95% -
XYZ 52.13 48.69 10.65 -
YUV 179.93 59.19 172.27 -
System Red Green Blue C M Y K H S L
Decimal 242 172 58 0 0.29 0.76 0.05 37.17 0.88 0.59
Hex F2 AC 3A 0 1D 4C 5 25 58 3B
Octal 362 254 72 0 35 114 5 45 130 73
Binary 11110010 10101100 111010 0 11101 1001100 101 100101 1011000 111011

Color Harmonies of #F2AC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AC3A

Black with #F2AC3A

Text Example


Text Example

White with #F2AC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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