Html Css Color HEX #FF8A0C Dark Orange

📋 copy color: '#FF8A0C'

red 255 ◦ green 138 ◦ blue 12

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

Shades of Dark Orange #FF8A0C

Tints of Dark Orange #FF8A0C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.07%

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

R = 62.96%
G = 34.07%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF8A0C (or 0xFF8A0C) is known color: Dark Orange. HEX triplet: FF, 8A and 0C. RGB value is (255,138,12). Sum of RGB (Red+Green+Blue) = 255+138+12=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8A0C is #0075F3. Grayscale: #9F9F9F. Windows color (decimal): -30196 or 822015. OLE color: 822015.

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

Color convert

RGB 255 138 12 -
CMYK 0 0.46 0.95 0
HSL 31.11º 1% 0.52% -
HSV(B) 31.11º 0.95% 1% -
XYZ 50.39 39.46 5.31 -
YUV 158.62 45.26 196.75 -
System Red Green Blue C M Y K H S L
Decimal 255 138 12 0 0.46 0.95 0 31.11 1 0.52
Hex FF 8A C 0 2E 5F 0 1F 64 34
Octal 377 212 14 0 56 137 0 37 144 64
Binary 11111111 10001010 1100 0 101110 1011111 0 11111 1100100 110100

Color Harmonies of #FF8A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8A0C

Black with #FF8A0C

Text Example


Text Example

White with #FF8A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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