Html Css Color HEX #FB9301 Dark Orange

📋 copy color: '#FB9301'

red 251 ◦ green 147 ◦ blue 1

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

Shades of Dark Orange #FB9301

Tints of Dark Orange #FB9301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.84%

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

R = 62.91%
G = 36.84%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FB9301 (or 0xFB9301) is known color: Dark Orange. HEX triplet: FB, 93 and 01. RGB value is (251,147,1). Sum of RGB (Red+Green+Blue) = 251+147+1=399 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.91% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 1 (0.78% from 255 or 0.25% from 399); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9301 is #046CFE. Grayscale: #A2A2A2. Windows color (decimal): -290047 or 103419. OLE color: 103419.

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

Color convert

RGB 251 147 1 -
CMYK 0 0.41 1.00 0.02
HSL 35.04º 0.99% 0.49% -
HSV(B) 35.04º 1% 0.98% -
XYZ 50.22 41.38 5.37 -
YUV 161.45 37.46 191.87 -
System Red Green Blue C M Y K H S L
Decimal 251 147 1 0 0.41 1.00 0.02 35.04 0.99 0.49
Hex FB 93 1 0 29 64 2 23 63 31
Octal 373 223 1 0 51 144 2 43 143 61
Binary 11111011 10010011 1 0 101001 1100100 10 100011 1100011 110001

Color Harmonies of #FB9301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9301

Black with #FB9301

Text Example


Text Example

White with #FB9301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9301; }

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

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

background-color css

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

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

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

border-color css

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

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

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