Html Css Color HEX #FF950F Dark Orange

📋 copy color: '#FF950F'

red 255 ◦ green 149 ◦ blue 15

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

Shades of Dark Orange #FF950F

Tints of Dark Orange #FF950F

RGB

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

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

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

R = 60.86%
G = 35.56%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF950F (or 0xFF950F) is known color: Dark Orange. HEX triplet: FF, 95 and 0F. RGB value is (255,149,15). Sum of RGB (Red+Green+Blue) = 255+149+15=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF950F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF950F is #006AF0. Grayscale: #A6A6A6. Windows color (decimal): -27377 or 1021439. OLE color: 1021439.

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

Color convert

RGB 255 149 15 -
CMYK 0 0.42 0.94 0
HSL 33.5º 1% 0.53% -
HSV(B) 33.5º 0.94% 1% -
XYZ 52.07 42.79 5.97 -
YUV 165.42 43.12 191.9 -
System Red Green Blue C M Y K H S L
Decimal 255 149 15 0 0.42 0.94 0 33.5 1 0.53
Hex FF 95 F 0 2A 5E 0 22 64 35
Octal 377 225 17 0 52 136 0 42 144 65
Binary 11111111 10010101 1111 0 101010 1011110 0 100010 1100100 110101

Color Harmonies of #FF950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF950F

Black with #FF950F

Text Example


Text Example

White with #FF950F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF950F; }

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

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

background-color css

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

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

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

border-color css

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

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

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