Html Css Color HEX #FBAA01 Orange

📋 copy color: '#FBAA01'

red 251 ◦ green 170 ◦ blue 1

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

Shades of Orange #FBAA01

Tints of Orange #FBAA01

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.28%

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

R = 59.48%
G = 40.28%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FBAA01 (or 0xFBAA01) is known color: Orange. HEX triplet: FB, AA and 01. RGB value is (251,170,1). Sum of RGB (Red+Green+Blue) = 251+170+1=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 1 (0.78% from 255 or 0.24% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAA01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBAA01 is #0455FE. Grayscale: #AFAFAF. Windows color (decimal): -284159 or 109307. OLE color: 109307.

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

Color convert

RGB 251 170 1 -
CMYK 0 0.32 1.00 0.02
HSL 40.56º 0.99% 0.49% -
HSV(B) 40.56º 1% 0.98% -
XYZ 54.16 49.26 6.68 -
YUV 174.95 29.84 182.24 -
System Red Green Blue C M Y K H S L
Decimal 251 170 1 0 0.32 1.00 0.02 40.56 0.99 0.49
Hex FB AA 1 0 20 64 2 29 63 31
Octal 373 252 1 0 40 144 2 51 143 61
Binary 11111011 10101010 1 0 100000 1100100 10 101001 1100011 110001

Color Harmonies of #FBAA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAA01

Black with #FBAA01

Text Example


Text Example

White with #FBAA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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