Html Css Color HEX #F69407 Dark Orange

📋 copy color: '#F69407'

red 246 ◦ green 148 ◦ blue 7

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

Shades of Dark Orange #F69407

Tints of Dark Orange #F69407

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.91%

 BLUE value IS 7 (3.13% from 255) = 1.75%

R = 61.35%
G = 36.91%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F69407 (or 0xF69407) is known color: Dark Orange. HEX triplet: F6, 94 and 07. RGB value is (246,148,7). Sum of RGB (Red+Green+Blue) = 246+148+7=401 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.35% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 7 (3.12% from 255 or 1.75% from 401); Max value from RGB is 246 - color contains mainly: red. Hex color #F69407 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69407 is #096BF8. Grayscale: #A1A1A1. Windows color (decimal): -617465 or 496886. OLE color: 496886.

HSL color Cylindrical-coordinate representation of color #F69407: hue angle of 35.4º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F69407 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 148 7 -
CMYK 0 0.40 0.97 0.04
HSL 35.4º 0.94% 0.5% -
HSV(B) 35.4º 0.97% 0.96% -
XYZ 48.63 40.79 5.51 -
YUV 161.23 40.97 188.46 -
System Red Green Blue C M Y K H S L
Decimal 246 148 7 0 0.40 0.97 0.04 35.4 0.94 0.5
Hex F6 94 7 0 28 61 4 23 5E 32
Octal 366 224 7 0 50 141 4 43 136 62
Binary 11110110 10010100 111 0 101000 1100001 100 100011 1011110 110010

Color Harmonies of #F69407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69407

Black with #F69407

Text Example


Text Example

White with #F69407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69407; }

 p { color: rgb(246,148,7); }

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

background-color css

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

 a { background-color: rgb(246,148,7); }

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

border-color css

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

 span { border-color: rgb(246,148,7); }

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