Html Css Color HEX #FBA500 Orange

📋 copy color: '#FBA500'

red 251 ◦ green 165 ◦ blue 0

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

Shades of Orange #FBA500

Tints of Orange #FBA500

RGB

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

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

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

R = 60.34%
G = 39.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FBA500 (or 0xFBA500) is known color: Orange. HEX triplet: FB, A5 and 00. RGB value is (251,165,0). Sum of RGB (Red+Green+Blue) = 251+165+0=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA500 is #045AFF. Grayscale: #ACACAC. Windows color (decimal): -285440 or 42491. OLE color: 42491.

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

Color convert

RGB 251 165 0 -
CMYK 0 0.34 1 0.02
HSL 39.44º 1% 0.49% -
HSV(B) 39.44º 1% 0.98% -
XYZ 53.24 47.42 6.35 -
YUV 171.9 30.99 184.42 -
System Red Green Blue C M Y K H S L
Decimal 251 165 0 0 0.34 1 0.02 39.44 1 0.49
Hex FB A5 0 0 22 64 2 27 64 31
Octal 373 245 0 0 42 144 2 47 144 61
Binary 11111011 10100101 0 0 100010 1100100 10 100111 1100100 110001

Color Harmonies of #FBA500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA500

Black with #FBA500

Text Example


Text Example

White with #FBA500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA500; }

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

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

background-color css

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

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

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

border-color css

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

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

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