Html Css Color HEX #F2A526 Lightning Yellow

📋 copy color: '#F2A526'

red 242 ◦ green 165 ◦ blue 38

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

Shades of Lightning Yellow #F2A526

Tints of Lightning Yellow #F2A526

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.08%

 BLUE value IS 38 (15.23% from 255) = 8.54%

R = 54.38%
G = 37.08%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F2A526 (or 0xF2A526) is known color: Lightning Yellow. HEX triplet: F2, A5 and 26. RGB value is (242,165,38). Sum of RGB (Red+Green+Blue) = 242+165+38=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 38 (15.23% from 255 or 8.54% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A526 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A526 is #0D5AD9. Grayscale: #AEAEAE. Windows color (decimal): -875226 or 2532850. OLE color: 2532850.

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

Color convert

RGB 242 165 38 -
CMYK 0 0.32 0.84 0.05
HSL 37.35º 0.89% 0.55% -
HSV(B) 37.35º 0.84% 0.95% -
XYZ 50.42 45.93 8.04 -
YUV 173.55 51.51 176.83 -
System Red Green Blue C M Y K H S L
Decimal 242 165 38 0 0.32 0.84 0.05 37.35 0.89 0.55
Hex F2 A5 26 0 20 54 5 25 59 37
Octal 362 245 46 0 40 124 5 45 131 67
Binary 11110010 10100101 100110 0 100000 1010100 101 100101 1011001 110111

Color Harmonies of #F2A526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A526

Black with #F2A526

Text Example


Text Example

White with #F2A526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A526; }

 p { color: rgb(242,165,38); }

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

background-color css

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

 a { background-color: rgb(242,165,38); }

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

border-color css

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

 span { border-color: rgb(242,165,38); }

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