Html Css Color HEX #F2AC38 Lightning Yellow

📋 copy color: '#F2AC38'

red 242 ◦ green 172 ◦ blue 56

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

Shades of Lightning Yellow #F2AC38

Tints of Lightning Yellow #F2AC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.91%

R = 51.49%
G = 36.6%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F2AC38 (or 0xF2AC38) is known color: Lightning Yellow. HEX triplet: F2, AC and 38. RGB value is (242,172,56). Sum of RGB (Red+Green+Blue) = 242+172+56=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 56 (22.27% from 255 or 11.91% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AC38 is #0D53C7. Grayscale: #B4B4B4. Windows color (decimal): -873416 or 3714290. OLE color: 3714290.

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

Color convert

RGB 242 172 56 -
CMYK 0 0.29 0.77 0.05
HSL 37.42º 0.88% 0.58% -
HSV(B) 37.42º 0.77% 0.95% -
XYZ 52.08 48.67 10.39 -
YUV 179.71 58.19 172.43 -
System Red Green Blue C M Y K H S L
Decimal 242 172 56 0 0.29 0.77 0.05 37.42 0.88 0.58
Hex F2 AC 38 0 1D 4D 5 25 58 3A
Octal 362 254 70 0 35 115 5 45 130 72
Binary 11110010 10101100 111000 0 11101 1001101 101 100101 1011000 111010

Color Harmonies of #F2AC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AC38

Black with #F2AC38

Text Example


Text Example

White with #F2AC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AC38; }

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

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

background-color css

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

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

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

border-color css

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

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

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