Html Css Color HEX #F68F06 Dark Orange

📋 copy color: '#F68F06'

red 246 ◦ green 143 ◦ blue 6

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

Shades of Dark Orange #F68F06

Tints of Dark Orange #F68F06

RGB

 RED value IS 246 (96.48% from 255) = 62.28%

 GREEN value IS 143 (56.25% from 255) = 36.2%

 BLUE value IS 6 (2.73% from 255) = 1.52%

R = 62.28%
G = 36.2%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F68F06 (or 0xF68F06) is known color: Dark Orange. HEX triplet: F6, 8F and 06. RGB value is (246,143,6). Sum of RGB (Red+Green+Blue) = 246+143+6=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 6 (2.73% from 255 or 1.52% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68F06 is #0970F9. Grayscale: #9E9E9E. Windows color (decimal): -618746 or 430070. OLE color: 430070.

HSL color Cylindrical-coordinate representation of color #F68F06: hue angle of 34.25º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F68F06 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 143 6 -
CMYK 0 0.42 0.98 0.04
HSL 34.25º 0.95% 0.49% -
HSV(B) 34.25º 0.98% 0.96% -
XYZ 47.86 39.25 5.23 -
YUV 158.18 42.12 190.64 -
System Red Green Blue C M Y K H S L
Decimal 246 143 6 0 0.42 0.98 0.04 34.25 0.95 0.49
Hex F6 8F 6 0 2A 62 4 22 5F 31
Octal 366 217 6 0 52 142 4 42 137 61
Binary 11110110 10001111 110 0 101010 1100010 100 100010 1011111 110001

Color Harmonies of #F68F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68F06

Black with #F68F06

Text Example


Text Example

White with #F68F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68F06; }

 p { color: rgb(246,143,6); }

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

background-color css

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

 a { background-color: rgb(246,143,6); }

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

border-color css

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

 span { border-color: rgb(246,143,6); }

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