Html Css Color HEX #F2AB28 Lightning Yellow

📋 copy color: '#F2AB28'

red 242 ◦ green 171 ◦ blue 40

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

Shades of Lightning Yellow #F2AB28

Tints of Lightning Yellow #F2AB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.83%

R = 53.42%
G = 37.75%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2AB28 (or 0xF2AB28) is known color: Lightning Yellow. HEX triplet: F2, AB and 28. RGB value is (242,171,40). Sum of RGB (Red+Green+Blue) = 242+171+40=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 40 (16.02% from 255 or 8.83% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AB28 is #0D54D7. Grayscale: #B1B1B1. Windows color (decimal): -873688 or 2665458. OLE color: 2665458.

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

Color convert

RGB 242 171 40 -
CMYK 0 0.29 0.83 0.05
HSL 38.91º 0.89% 0.55% -
HSV(B) 38.91º 0.83% 0.95% -
XYZ 51.56 48.16 8.58 -
YUV 177.3 50.52 174.15 -
System Red Green Blue C M Y K H S L
Decimal 242 171 40 0 0.29 0.83 0.05 38.91 0.89 0.55
Hex F2 AB 28 0 1D 53 5 27 59 37
Octal 362 253 50 0 35 123 5 47 131 67
Binary 11110010 10101011 101000 0 11101 1010011 101 100111 1011001 110111

Color Harmonies of #F2AB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AB28

Black with #F2AB28

Text Example


Text Example

White with #F2AB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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