Html Css Color HEX #FBA701 Orange

📋 copy color: '#FBA701'

red 251 ◦ green 167 ◦ blue 1

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

Shades of Orange #FBA701

Tints of Orange #FBA701

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.86%

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

R = 59.9%
G = 39.86%
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

#FBA701 (or 0xFBA701) is known color: Orange. HEX triplet: FB, A7 and 01. RGB value is (251,167,1). Sum of RGB (Red+Green+Blue) = 251+167+1=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA701 is #0458FE. Grayscale: #ADADAD. Windows color (decimal): -284927 or 108539. OLE color: 108539.

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

Color convert

RGB 251 167 1 -
CMYK 0 0.33 1.00 0.02
HSL 39.84º 0.99% 0.49% -
HSV(B) 39.84º 1% 0.98% -
XYZ 53.61 48.15 6.5 -
YUV 173.19 30.83 183.5 -
System Red Green Blue C M Y K H S L
Decimal 251 167 1 0 0.33 1.00 0.02 39.84 0.99 0.49
Hex FB A7 1 0 21 64 2 28 63 31
Octal 373 247 1 0 41 144 2 50 143 61
Binary 11111011 10100111 1 0 100001 1100100 10 101000 1100011 110001

Color Harmonies of #FBA701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA701

Black with #FBA701

Text Example


Text Example

White with #FBA701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA701; }

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

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

background-color css

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

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

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

border-color css

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

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

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