Html Css Color HEX #F2A42A Lightning Yellow

📋 copy color: '#F2A42A'

red 242 ◦ green 164 ◦ blue 42

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

Shades of Lightning Yellow #F2A42A

Tints of Lightning Yellow #F2A42A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.38%

R = 54.02%
G = 36.61%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2A42A (or 0xF2A42A) is known color: Lightning Yellow. HEX triplet: F2, A4 and 2A. RGB value is (242,164,42). Sum of RGB (Red+Green+Blue) = 242+164+42=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 42 (16.80% from 255 or 9.38% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A42A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A42A is #0D5BD5. Grayscale: #ADADAD. Windows color (decimal): -875478 or 2794738. OLE color: 2794738.

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

Color convert

RGB 242 164 42 -
CMYK 0 0.32 0.83 0.05
HSL 36.6º 0.88% 0.56% -
HSV(B) 36.6º 0.83% 0.95% -
XYZ 50.31 45.6 8.34 -
YUV 173.41 53.84 176.92 -
System Red Green Blue C M Y K H S L
Decimal 242 164 42 0 0.32 0.83 0.05 36.6 0.88 0.56
Hex F2 A4 2A 0 20 53 5 25 58 38
Octal 362 244 52 0 40 123 5 45 130 70
Binary 11110010 10100100 101010 0 100000 1010011 101 100101 1011000 111000

Color Harmonies of #F2A42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A42A

Black with #F2A42A

Text Example


Text Example

White with #F2A42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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