Html Css Color HEX #FBA501 Orange

📋 copy color: '#FBA501'

red 251 ◦ green 165 ◦ blue 1

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

Shades of Orange #FBA501

Tints of Orange #FBA501

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.57%

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

R = 60.19%
G = 39.57%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FBA501 (or 0xFBA501) is known color: Orange. HEX triplet: FB, A5 and 01. RGB value is (251,165,1). Sum of RGB (Red+Green+Blue) = 251+165+1=417 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.19% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 1 (0.78% from 255 or 0.24% from 417); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA501 is #045AFE. Grayscale: #ACACAC. Windows color (decimal): -285439 or 108027. OLE color: 108027.

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

Color convert

RGB 251 165 1 -
CMYK 0 0.34 1.00 0.02
HSL 39.36º 0.99% 0.49% -
HSV(B) 39.36º 1% 0.98% -
XYZ 53.24 47.42 6.38 -
YUV 172.02 31.49 184.34 -
System Red Green Blue C M Y K H S L
Decimal 251 165 1 0 0.34 1.00 0.02 39.36 0.99 0.49
Hex FB A5 1 0 22 64 2 27 63 31
Octal 373 245 1 0 42 144 2 47 143 61
Binary 11111011 10100101 1 0 100010 1100100 10 100111 1100011 110001

Color Harmonies of #FBA501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA501

Black with #FBA501

Text Example


Text Example

White with #FBA501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA501; }

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

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

background-color css

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

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

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

border-color css

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

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

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