Html Css Color HEX #FB930D Dark Orange

📋 copy color: '#FB930D'

red 251 ◦ green 147 ◦ blue 13

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

Shades of Dark Orange #FB930D

Tints of Dark Orange #FB930D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.16%

R = 61.07%
G = 35.77%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB930D (or 0xFB930D) is known color: Dark Orange. HEX triplet: FB, 93 and 0D. RGB value is (251,147,13). Sum of RGB (Red+Green+Blue) = 251+147+13=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB930D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB930D is #046CF2. Grayscale: #A3A3A3. Windows color (decimal): -290035 or 889851. OLE color: 889851.

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

Color convert

RGB 251 147 13 -
CMYK 0 0.41 0.95 0.02
HSL 33.78º 0.97% 0.52% -
HSV(B) 33.78º 0.95% 0.98% -
XYZ 50.29 41.41 5.72 -
YUV 162.82 43.46 190.9 -
System Red Green Blue C M Y K H S L
Decimal 251 147 13 0 0.41 0.95 0.02 33.78 0.97 0.52
Hex FB 93 D 0 29 5F 2 22 61 34
Octal 373 223 15 0 51 137 2 42 141 64
Binary 11111011 10010011 1101 0 101001 1011111 10 100010 1100001 110100

Color Harmonies of #FB930D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB930D

Black with #FB930D

Text Example


Text Example

White with #FB930D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB930D; }

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

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

background-color css

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

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

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

border-color css

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

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

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