Html Css Color HEX #FBA528 Lightning Yellow

📋 copy color: '#FBA528'

red 251 ◦ green 165 ◦ blue 40

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

Shades of Lightning Yellow #FBA528

Tints of Lightning Yellow #FBA528

RGB

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

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

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

R = 55.04%
G = 36.18%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FBA528 (or 0xFBA528) is known color: Lightning Yellow. HEX triplet: FB, A5 and 28. RGB value is (251,165,40). Sum of RGB (Red+Green+Blue) = 251+165+40=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA528 is #045AD7. Grayscale: #B1B1B1. Windows color (decimal): -285400 or 2663931. OLE color: 2663931.

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

Color convert

RGB 251 165 40 -
CMYK 0 0.34 0.84 0.02
HSL 35.55º 0.96% 0.57% -
HSV(B) 35.55º 0.84% 0.98% -
XYZ 53.62 47.57 8.36 -
YUV 176.46 50.99 181.16 -
System Red Green Blue C M Y K H S L
Decimal 251 165 40 0 0.34 0.84 0.02 35.55 0.96 0.57
Hex FB A5 28 0 22 54 2 24 60 39
Octal 373 245 50 0 42 124 2 44 140 71
Binary 11111011 10100101 101000 0 100010 1010100 10 100100 1100000 111001

Color Harmonies of #FBA528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA528

Black with #FBA528

Text Example


Text Example

White with #FBA528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA528; }

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

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

background-color css

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

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

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

border-color css

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

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

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