Html Css Color HEX #F2AB26 Lightning Yellow

📋 copy color: '#F2AB26'

red 242 ◦ green 171 ◦ blue 38

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

Shades of Lightning Yellow #F2AB26

Tints of Lightning Yellow #F2AB26

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.92%

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

R = 53.66%
G = 37.92%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F2AB26 (or 0xF2AB26) is known color: Lightning Yellow. HEX triplet: F2, AB and 26. RGB value is (242,171,38). Sum of RGB (Red+Green+Blue) = 242+171+38=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 38 (15.23% from 255 or 8.43% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AB26 is #0D54D9. Grayscale: #B1B1B1. Windows color (decimal): -873690 or 2534386. OLE color: 2534386.

HSL color Cylindrical-coordinate representation of color #F2AB26: hue angle of 39.12º 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 #F2AB26 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 171 38 -
CMYK 0 0.29 0.84 0.05
HSL 39.12º 0.89% 0.55% -
HSV(B) 39.12º 0.84% 0.95% -
XYZ 51.53 48.14 8.41 -
YUV 177.07 49.52 174.31 -
System Red Green Blue C M Y K H S L
Decimal 242 171 38 0 0.29 0.84 0.05 39.12 0.89 0.55
Hex F2 AB 26 0 1D 54 5 27 59 37
Octal 362 253 46 0 35 124 5 47 131 67
Binary 11110010 10101011 100110 0 11101 1010100 101 100111 1011001 110111

Color Harmonies of #F2AB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AB26

Black with #F2AB26

Text Example


Text Example

White with #F2AB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AB26; }

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

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

background-color css

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

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

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

border-color css

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

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

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