Html Css Color HEX #F2A425 Lightning Yellow

📋 copy color: '#F2A425'

red 242 ◦ green 164 ◦ blue 37

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

Shades of Lightning Yellow #F2A425

Tints of Lightning Yellow #F2A425

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.02%

 BLUE value IS 37 (14.84% from 255) = 8.35%

R = 54.63%
G = 37.02%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F2A425 (or 0xF2A425) is known color: Lightning Yellow. HEX triplet: F2, A4 and 25. RGB value is (242,164,37). Sum of RGB (Red+Green+Blue) = 242+164+37=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 37 (14.84% from 255 or 8.35% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A425 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A425 is #0D5BDA. Grayscale: #ADADAD. Windows color (decimal): -875483 or 2467058. OLE color: 2467058.

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

Color convert

RGB 242 164 37 -
CMYK 0 0.32 0.85 0.05
HSL 37.17º 0.89% 0.55% -
HSV(B) 37.17º 0.85% 0.95% -
XYZ 50.23 45.56 7.9 -
YUV 172.84 51.34 177.33 -
System Red Green Blue C M Y K H S L
Decimal 242 164 37 0 0.32 0.85 0.05 37.17 0.89 0.55
Hex F2 A4 25 0 20 55 5 25 59 37
Octal 362 244 45 0 40 125 5 45 131 67
Binary 11110010 10100100 100101 0 100000 1010101 101 100101 1011001 110111

Color Harmonies of #F2A425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A425

Black with #F2A425

Text Example


Text Example

White with #F2A425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A425; }

 p { color: rgb(242,164,37); }

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

background-color css

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

 a { background-color: rgb(242,164,37); }

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

border-color css

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

 span { border-color: rgb(242,164,37); }

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