Html Css Color HEX #FF880C Dark Orange

📋 copy color: '#FF880C'

red 255 ◦ green 136 ◦ blue 12

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

Shades of Dark Orange #FF880C

Tints of Dark Orange #FF880C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.75%

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

R = 63.28%
G = 33.75%
B = 2.98%

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

#FF880C (or 0xFF880C) is known color: Dark Orange. HEX triplet: FF, 88 and 0C. RGB value is (255,136,12). Sum of RGB (Red+Green+Blue) = 255+136+12=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF880C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF880C is #0077F3. Grayscale: #9E9E9E. Windows color (decimal): -30708 or 821503. OLE color: 821503.

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

Color convert

RGB 255 136 12 -
CMYK 0 0.47 0.95 0
HSL 30.62º 1% 0.52% -
HSV(B) 30.62º 0.95% 1% -
XYZ 50.11 38.89 5.21 -
YUV 157.45 45.92 197.58 -
System Red Green Blue C M Y K H S L
Decimal 255 136 12 0 0.47 0.95 0 30.62 1 0.52
Hex FF 88 C 0 2F 5F 0 1F 64 34
Octal 377 210 14 0 57 137 0 37 144 64
Binary 11111111 10001000 1100 0 101111 1011111 0 11111 1100100 110100

Color Harmonies of #FF880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF880C

Black with #FF880C

Text Example


Text Example

White with #FF880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF880C; }

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

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

background-color css

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

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

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

border-color css

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

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

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