Html Css Color HEX #FBA028 Lightning Yellow

📋 copy color: '#FBA028'

red 251 ◦ green 160 ◦ blue 40

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

Shades of Lightning Yellow #FBA028

Tints of Lightning Yellow #FBA028

RGB

 RED value IS 251 (98.44% from 255) = 55.65%

 GREEN value IS 160 (62.89% from 255) = 35.48%

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

R = 55.65%
G = 35.48%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FBA028 (or 0xFBA028) is known color: Lightning Yellow. HEX triplet: FB, A0 and 28. RGB value is (251,160,40). Sum of RGB (Red+Green+Blue) = 251+160+40=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 40 (16.02% from 255 or 8.87% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA028 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA028 is #045FD7. Grayscale: #AEAEAE. Windows color (decimal): -286680 or 2662651. OLE color: 2662651.

HSL color Cylindrical-coordinate representation of color #FBA028: hue angle of 34.12º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FBA028 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 160 40 -
CMYK 0 0.36 0.84 0.02
HSL 34.12º 0.96% 0.57% -
HSV(B) 34.12º 0.84% 0.98% -
XYZ 52.74 45.8 8.07 -
YUV 173.53 52.65 183.26 -
System Red Green Blue C M Y K H S L
Decimal 251 160 40 0 0.36 0.84 0.02 34.12 0.96 0.57
Hex FB A0 28 0 24 54 2 22 60 39
Octal 373 240 50 0 44 124 2 42 140 71
Binary 11111011 10100000 101000 0 100100 1010100 10 100010 1100000 111001

Color Harmonies of #FBA028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA028

Black with #FBA028

Text Example


Text Example

White with #FBA028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA028; }

 p { color: rgb(251,160,40); }

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

background-color css

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

 a { background-color: rgb(251,160,40); }

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

border-color css

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

 span { border-color: rgb(251,160,40); }

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