Html Css Color HEX #FBA524 Lightning Yellow

📋 copy color: '#FBA524'

red 251 ◦ green 165 ◦ blue 36

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

Shades of Lightning Yellow #FBA524

Tints of Lightning Yellow #FBA524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.96%

R = 55.53%
G = 36.5%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FBA524 (or 0xFBA524) is known color: Lightning Yellow. HEX triplet: FB, A5 and 24. RGB value is (251,165,36). Sum of RGB (Red+Green+Blue) = 251+165+36=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 36 (14.45% from 255 or 7.96% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA524 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA524 is #045ADB. Grayscale: #B0B0B0. Windows color (decimal): -285404 or 2401787. OLE color: 2401787.

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

Color convert

RGB 251 165 36 -
CMYK 0 0.34 0.86 0.02
HSL 36º 0.96% 0.56% -
HSV(B) 36º 0.86% 0.98% -
XYZ 53.56 47.55 8.02 -
YUV 176.01 48.99 181.49 -
System Red Green Blue C M Y K H S L
Decimal 251 165 36 0 0.34 0.86 0.02 36 0.96 0.56
Hex FB A5 24 0 22 56 2 24 60 38
Octal 373 245 44 0 42 126 2 44 140 70
Binary 11111011 10100101 100100 0 100010 1010110 10 100100 1100000 111000

Color Harmonies of #FBA524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA524

Black with #FBA524

Text Example


Text Example

White with #FBA524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA524; }

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

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

background-color css

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

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

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

border-color css

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

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

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