Html Css Color HEX #F78C10 Dark Orange

📋 copy color: '#F78C10'

red 247 ◦ green 140 ◦ blue 16

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

Shades of Dark Orange #F78C10

Tints of Dark Orange #F78C10

RGB

 RED value IS 247 (96.88% from 255) = 61.29%

 GREEN value IS 140 (55.08% from 255) = 34.74%

 BLUE value IS 16 (6.64% from 255) = 3.97%

R = 61.29%
G = 34.74%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F78C10 (or 0xF78C10) is known color: Dark Orange. HEX triplet: F7, 8C and 10. RGB value is (247,140,16). Sum of RGB (Red+Green+Blue) = 247+140+16=403 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.29% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 247 - color contains mainly: red. Hex color #F78C10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78C10 is #0873EF. Grayscale: #9E9E9E. Windows color (decimal): -553968 or 1084663. OLE color: 1084663.

HSL color Cylindrical-coordinate representation of color #F78C10: hue angle of 32.21º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F78C10 is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 140 16 -
CMYK 0 0.43 0.94 0.03
HSL 32.21º 0.94% 0.52% -
HSV(B) 32.21º 0.94% 0.97% -
XYZ 47.83 38.57 5.41 -
YUV 157.86 47.95 191.58 -
System Red Green Blue C M Y K H S L
Decimal 247 140 16 0 0.43 0.94 0.03 32.21 0.94 0.52
Hex F7 8C 10 0 2B 5E 3 20 5E 34
Octal 367 214 20 0 53 136 3 40 136 64
Binary 11110111 10001100 10000 0 101011 1011110 11 100000 1011110 110100

Color Harmonies of #F78C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78C10

Black with #F78C10

Text Example


Text Example

White with #F78C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78C10; }

 p { color: rgb(247,140,16); }

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

background-color css

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

 a { background-color: rgb(247,140,16); }

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

border-color css

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

 span { border-color: rgb(247,140,16); }

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