Html Css Color HEX #FBAB00 Orange

📋 copy color: '#FBAB00'

red 251 ◦ green 171 ◦ blue 0

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

Shades of Orange #FBAB00

Tints of Orange #FBAB00

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.52%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.48%
G = 40.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FBAB00 (or 0xFBAB00) is known color: Orange. HEX triplet: FB, AB and 00. RGB value is (251,171,0). Sum of RGB (Red+Green+Blue) = 251+171+0=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBAB00 is #0454FF. Grayscale: #B0B0B0. Windows color (decimal): -283904 or 44027. OLE color: 44027.

HSL color Cylindrical-coordinate representation of color #FBAB00: hue angle of 40.88º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBAB00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 171 0 -
CMYK 0 0.32 1 0.02
HSL 40.88º 1% 0.49% -
HSV(B) 40.88º 1% 0.98% -
XYZ 54.35 49.64 6.72 -
YUV 175.43 29 181.9 -
System Red Green Blue C M Y K H S L
Decimal 251 171 0 0 0.32 1 0.02 40.88 1 0.49
Hex FB AB 0 0 20 64 2 29 64 31
Octal 373 253 0 0 40 144 2 51 144 61
Binary 11111011 10101011 0 0 100000 1100100 10 101001 1100100 110001

Color Harmonies of #FBAB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB00

Black with #FBAB00

Text Example


Text Example

White with #FBAB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB00; }

 p { color: rgb(251,171,0); }

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

background-color css

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

 a { background-color: rgb(251,171,0); }

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

border-color css

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

 span { border-color: rgb(251,171,0); }

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