Html Css Color HEX #FF870C Dark Orange

📋 copy color: '#FF870C'

red 255 ◦ green 135 ◦ blue 12

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

Shades of Dark Orange #FF870C

Tints of Dark Orange #FF870C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.58%

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

R = 63.43%
G = 33.58%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF870C (or 0xFF870C) is known color: Dark Orange. HEX triplet: FF, 87 and 0C. RGB value is (255,135,12). Sum of RGB (Red+Green+Blue) = 255+135+12=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 12 (5.08% from 255 or 2.99% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF870C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF870C is #0078F3. Grayscale: #9D9D9D. Windows color (decimal): -30964 or 821247. OLE color: 821247.

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

Color convert

RGB 255 135 12 -
CMYK 0 0.47 0.95 0
HSL 30.37º 1% 0.52% -
HSV(B) 30.37º 0.95% 1% -
XYZ 49.97 38.61 5.17 -
YUV 156.86 46.26 198 -
System Red Green Blue C M Y K H S L
Decimal 255 135 12 0 0.47 0.95 0 30.37 1 0.52
Hex FF 87 C 0 2F 5F 0 1E 64 34
Octal 377 207 14 0 57 137 0 36 144 64
Binary 11111111 10000111 1100 0 101111 1011111 0 11110 1100100 110100

Color Harmonies of #FF870C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF870C

Black with #FF870C

Text Example


Text Example

White with #FF870C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF870C; }

 p { color: rgb(255,135,12); }

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

background-color css

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

 a { background-color: rgb(255,135,12); }

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

border-color css

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

 span { border-color: rgb(255,135,12); }

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