Html Css Color HEX #FBA325 Lightning Yellow

📋 copy color: '#FBA325'

red 251 ◦ green 163 ◦ blue 37

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

Shades of Lightning Yellow #FBA325

Tints of Lightning Yellow #FBA325

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.14%

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

R = 55.65%
G = 36.14%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FBA325 (or 0xFBA325) is known color: Lightning Yellow. HEX triplet: FB, A3 and 25. RGB value is (251,163,37). Sum of RGB (Red+Green+Blue) = 251+163+37=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 37 (14.84% from 255 or 8.20% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA325 is #045CDA. Grayscale: #AFAFAF. Windows color (decimal): -285915 or 2466811. OLE color: 2466811.

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

Color convert

RGB 251 163 37 -
CMYK 0 0.35 0.85 0.02
HSL 35.33º 0.96% 0.56% -
HSV(B) 35.33º 0.85% 0.98% -
XYZ 53.21 46.84 7.99 -
YUV 174.95 50.15 182.25 -
System Red Green Blue C M Y K H S L
Decimal 251 163 37 0 0.35 0.85 0.02 35.33 0.96 0.56
Hex FB A3 25 0 23 55 2 23 60 38
Octal 373 243 45 0 43 125 2 43 140 70
Binary 11111011 10100011 100101 0 100011 1010101 10 100011 1100000 111000

Color Harmonies of #FBA325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA325

Black with #FBA325

Text Example


Text Example

White with #FBA325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA325; }

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

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

background-color css

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

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

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

border-color css

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

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

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