Html Css Color HEX #FBA300 Orange

📋 copy color: '#FBA300'

red 251 ◦ green 163 ◦ blue 0

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

Shades of Orange #FBA300

Tints of Orange #FBA300

RGB

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

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

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

R = 60.63%
G = 39.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FBA300 (or 0xFBA300) is known color: Orange. HEX triplet: FB, A3 and 00. RGB value is (251,163,0). Sum of RGB (Red+Green+Blue) = 251+163+0=414 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.63% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA300 is #045CFF. Grayscale: #ABABAB. Windows color (decimal): -285952 or 41979. OLE color: 41979.

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

Color convert

RGB 251 163 0 -
CMYK 0 0.35 1 0.02
HSL 38.96º 1% 0.49% -
HSV(B) 38.96º 1% 0.98% -
XYZ 52.88 46.7 6.23 -
YUV 170.73 31.65 185.25 -
System Red Green Blue C M Y K H S L
Decimal 251 163 0 0 0.35 1 0.02 38.96 1 0.49
Hex FB A3 0 0 23 64 2 27 64 31
Octal 373 243 0 0 43 144 2 47 144 61
Binary 11111011 10100011 0 0 100011 1100100 10 100111 1100100 110001

Color Harmonies of #FBA300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA300

Black with #FBA300

Text Example


Text Example

White with #FBA300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA300; }

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

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

background-color css

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

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

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

border-color css

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

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

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