Html Css Color HEX #FBA525 Lightning Yellow

📋 copy color: '#FBA525'

red 251 ◦ green 165 ◦ blue 37

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

Shades of Lightning Yellow #FBA525

Tints of Lightning Yellow #FBA525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.17%

R = 55.41%
G = 36.42%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FBA525 (or 0xFBA525) is known color: Lightning Yellow. HEX triplet: FB, A5 and 25. RGB value is (251,165,37). Sum of RGB (Red+Green+Blue) = 251+165+37=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 37 (14.84% from 255 or 8.17% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA525 is #045ADA. Grayscale: #B0B0B0. Windows color (decimal): -285403 or 2467323. OLE color: 2467323.

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

Color convert

RGB 251 165 37 -
CMYK 0 0.34 0.85 0.02
HSL 35.89º 0.96% 0.56% -
HSV(B) 35.89º 0.85% 0.98% -
XYZ 53.57 47.55 8.11 -
YUV 176.12 49.49 181.41 -
System Red Green Blue C M Y K H S L
Decimal 251 165 37 0 0.34 0.85 0.02 35.89 0.96 0.56
Hex FB A5 25 0 22 55 2 24 60 38
Octal 373 245 45 0 42 125 2 44 140 70
Binary 11111011 10100101 100101 0 100010 1010101 10 100100 1100000 111000

Color Harmonies of #FBA525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA525

Black with #FBA525

Text Example


Text Example

White with #FBA525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA525; }

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

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

background-color css

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

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

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

border-color css

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

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

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