Html Css Color HEX #FF950D Dark Orange

📋 copy color: '#FF950D'

red 255 ◦ green 149 ◦ blue 13

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

Shades of Dark Orange #FF950D

Tints of Dark Orange #FF950D

RGB

 RED value IS 255 (100% from 255) = 61.15%

 GREEN value IS 149 (58.59% from 255) = 35.73%

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

R = 61.15%
G = 35.73%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF950D (or 0xFF950D) is known color: Dark Orange. HEX triplet: FF, 95 and 0D. RGB value is (255,149,13). Sum of RGB (Red+Green+Blue) = 255+149+13=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF950D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF950D is #006AF2. Grayscale: #A5A5A5. Windows color (decimal): -27379 or 890367. OLE color: 890367.

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

Color convert

RGB 255 149 13 -
CMYK 0 0.42 0.95 0
HSL 33.72º 1% 0.53% -
HSV(B) 33.72º 0.95% 1% -
XYZ 52.06 42.78 5.9 -
YUV 165.19 42.12 192.06 -
System Red Green Blue C M Y K H S L
Decimal 255 149 13 0 0.42 0.95 0 33.72 1 0.53
Hex FF 95 D 0 2A 5F 0 22 64 35
Octal 377 225 15 0 52 137 0 42 144 65
Binary 11111111 10010101 1101 0 101010 1011111 0 100010 1100100 110101

Color Harmonies of #FF950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF950D

Black with #FF950D

Text Example


Text Example

White with #FF950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF950D; }

 p { color: rgb(255,149,13); }

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

background-color css

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

 a { background-color: rgb(255,149,13); }

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

border-color css

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

 span { border-color: rgb(255,149,13); }

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