Html Css Color HEX #FB900F Dark Orange

📋 copy color: '#FB900F'

red 251 ◦ green 144 ◦ blue 15

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

Shades of Dark Orange #FB900F

Tints of Dark Orange #FB900F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.12%

 BLUE value IS 15 (6.25% from 255) = 3.66%

R = 61.22%
G = 35.12%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB900F (or 0xFB900F) is known color: Dark Orange. HEX triplet: FB, 90 and 0F. RGB value is (251,144,15). Sum of RGB (Red+Green+Blue) = 251+144+15=410 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.22% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 251 - color contains mainly: red. Hex color #FB900F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB900F is #046FF0. Grayscale: #A1A1A1. Windows color (decimal): -290801 or 1020155. OLE color: 1020155.

HSL color Cylindrical-coordinate representation of color #FB900F: hue angle of 32.8º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB900F is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 144 15 -
CMYK 0 0.43 0.94 0.02
HSL 32.8º 0.97% 0.52% -
HSV(B) 32.8º 0.94% 0.98% -
XYZ 49.84 40.49 5.64 -
YUV 161.29 45.45 191.99 -
System Red Green Blue C M Y K H S L
Decimal 251 144 15 0 0.43 0.94 0.02 32.8 0.97 0.52
Hex FB 90 F 0 2B 5E 2 21 61 34
Octal 373 220 17 0 53 136 2 41 141 64
Binary 11111011 10010000 1111 0 101011 1011110 10 100001 1100001 110100

Color Harmonies of #FB900F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB900F

Black with #FB900F

Text Example


Text Example

White with #FB900F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB900F; }

 p { color: rgb(251,144,15); }

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

background-color css

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

 a { background-color: rgb(251,144,15); }

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

border-color css

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

 span { border-color: rgb(251,144,15); }

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