Html Css Color HEX #FBA401 Orange

📋 copy color: '#FBA401'

red 251 ◦ green 164 ◦ blue 1

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

Shades of Orange #FBA401

Tints of Orange #FBA401

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.42%

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

R = 60.34%
G = 39.42%
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

#FBA401 (or 0xFBA401) is known color: Orange. HEX triplet: FB, A4 and 01. RGB value is (251,164,1). Sum of RGB (Red+Green+Blue) = 251+164+1=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA401 is #045BFE. Grayscale: #ACACAC. Windows color (decimal): -285695 or 107771. OLE color: 107771.

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

Color convert

RGB 251 164 1 -
CMYK 0 0.35 1.00 0.02
HSL 39.12º 0.99% 0.49% -
HSV(B) 39.12º 1% 0.98% -
XYZ 53.06 47.06 6.32 -
YUV 171.43 31.82 184.75 -
System Red Green Blue C M Y K H S L
Decimal 251 164 1 0 0.35 1.00 0.02 39.12 0.99 0.49
Hex FB A4 1 0 23 64 2 27 63 31
Octal 373 244 1 0 43 144 2 47 143 61
Binary 11111011 10100100 1 0 100011 1100100 10 100111 1100011 110001

Color Harmonies of #FBA401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA401

Black with #FBA401

Text Example


Text Example

White with #FBA401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA401; }

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

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

background-color css

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

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

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

border-color css

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

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

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