Html Css Color HEX #FBA700 Orange

📋 copy color: '#FBA700'

red 251 ◦ green 167 ◦ blue 0

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

Shades of Orange #FBA700

Tints of Orange #FBA700

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.95%

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

R = 60.05%
G = 39.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FBA700 (or 0xFBA700) is known color: Orange. HEX triplet: FB, A7 and 00. RGB value is (251,167,0). Sum of RGB (Red+Green+Blue) = 251+167+0=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA700 is #0458FF. Grayscale: #ADADAD. Windows color (decimal): -284928 or 43003. OLE color: 43003.

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

Color convert

RGB 251 167 0 -
CMYK 0 0.33 1 0.02
HSL 39.92º 1% 0.49% -
HSV(B) 39.92º 1% 0.98% -
XYZ 53.6 48.15 6.47 -
YUV 173.08 30.33 183.58 -
System Red Green Blue C M Y K H S L
Decimal 251 167 0 0 0.33 1 0.02 39.92 1 0.49
Hex FB A7 0 0 21 64 2 28 64 31
Octal 373 247 0 0 41 144 2 50 144 61
Binary 11111011 10100111 0 0 100001 1100100 10 101000 1100100 110001

Color Harmonies of #FBA700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA700

Black with #FBA700

Text Example


Text Example

White with #FBA700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA700; }

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

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

background-color css

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

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

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

border-color css

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

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

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