Html Css Color HEX #FB910C Dark Orange

📋 copy color: '#FB910C'

red 251 ◦ green 145 ◦ blue 12

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

Shades of Dark Orange #FB910C

Tints of Dark Orange #FB910C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.54%

 BLUE value IS 12 (5.08% from 255) = 2.94%

R = 61.52%
G = 35.54%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB910C (or 0xFB910C) is known color: Dark Orange. HEX triplet: FB, 91 and 0C. RGB value is (251,145,12). Sum of RGB (Red+Green+Blue) = 251+145+12=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB910C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB910C is #046EF3. Grayscale: #A2A2A2. Windows color (decimal): -290548 or 823803. OLE color: 823803.

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

Color convert

RGB 251 145 12 -
CMYK 0 0.42 0.95 0.02
HSL 33.39º 0.97% 0.52% -
HSV(B) 33.39º 0.95% 0.98% -
XYZ 49.98 40.79 5.59 -
YUV 161.53 43.62 191.81 -
System Red Green Blue C M Y K H S L
Decimal 251 145 12 0 0.42 0.95 0.02 33.39 0.97 0.52
Hex FB 91 C 0 2A 5F 2 21 61 34
Octal 373 221 14 0 52 137 2 41 141 64
Binary 11111011 10010001 1100 0 101010 1011111 10 100001 1100001 110100

Color Harmonies of #FB910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB910C

Black with #FB910C

Text Example


Text Example

White with #FB910C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB910C; }

 p { color: rgb(251,145,12); }

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

background-color css

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

 a { background-color: rgb(251,145,12); }

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

border-color css

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

 span { border-color: rgb(251,145,12); }

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