Html Css Color HEX #FBA801 Orange

📋 copy color: '#FBA801'

red 251 ◦ green 168 ◦ blue 1

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

Shades of Orange #FBA801

Tints of Orange #FBA801

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 59.76%
G = 40%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FBA801 (or 0xFBA801) is known color: Orange. HEX triplet: FB, A8 and 01. RGB value is (251,168,1). Sum of RGB (Red+Green+Blue) = 251+168+1=420 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.76% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA801 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA801 is #0457FE. Grayscale: #AEAEAE. Windows color (decimal): -284671 or 108795. OLE color: 108795.

HSL color Cylindrical-coordinate representation of color #FBA801: hue angle of 40.08º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBA801 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 168 1 -
CMYK 0 0.33 1.00 0.02
HSL 40.08º 0.99% 0.49% -
HSV(B) 40.08º 1% 0.98% -
XYZ 53.79 48.52 6.56 -
YUV 173.78 30.5 183.08 -
System Red Green Blue C M Y K H S L
Decimal 251 168 1 0 0.33 1.00 0.02 40.08 0.99 0.49
Hex FB A8 1 0 21 64 2 28 63 31
Octal 373 250 1 0 41 144 2 50 143 61
Binary 11111011 10101000 1 0 100001 1100100 10 101000 1100011 110001

Color Harmonies of #FBA801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA801

Black with #FBA801

Text Example


Text Example

White with #FBA801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA801; }

 p { color: rgb(251,168,1); }

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

background-color css

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

 a { background-color: rgb(251,168,1); }

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

border-color css

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

 span { border-color: rgb(251,168,1); }

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