Html Css Color HEX #FBA301 Orange

📋 copy color: '#FBA301'

red 251 ◦ green 163 ◦ blue 1

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

Shades of Orange #FBA301

Tints of Orange #FBA301

RGB

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

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

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

R = 60.48%
G = 39.28%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FBA301 (or 0xFBA301) is known color: Orange. HEX triplet: FB, A3 and 01. RGB value is (251,163,1). Sum of RGB (Red+Green+Blue) = 251+163+1=415 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.48% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 1 (0.78% from 255 or 0.24% from 415); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA301 is #045CFE. Grayscale: #ABABAB. Windows color (decimal): -285951 or 107515. OLE color: 107515.

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

Color convert

RGB 251 163 1 -
CMYK 0 0.35 1.00 0.02
HSL 38.88º 0.99% 0.49% -
HSV(B) 38.88º 1% 0.98% -
XYZ 52.89 46.71 6.26 -
YUV 170.84 32.15 185.17 -
System Red Green Blue C M Y K H S L
Decimal 251 163 1 0 0.35 1.00 0.02 38.88 0.99 0.49
Hex FB A3 1 0 23 64 2 27 63 31
Octal 373 243 1 0 43 144 2 47 143 61
Binary 11111011 10100011 1 0 100011 1100100 10 100111 1100011 110001

Color Harmonies of #FBA301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA301

Black with #FBA301

Text Example


Text Example

White with #FBA301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA301; }

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

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

background-color css

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

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

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

border-color css

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

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

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