Html Css Color HEX #F69406 Dark Orange

📋 copy color: '#F69406'

red 246 ◦ green 148 ◦ blue 6

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

Shades of Dark Orange #F69406

Tints of Dark Orange #F69406

RGB

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

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

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

R = 61.5%
G = 37%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F69406 (or 0xF69406) is known color: Dark Orange. HEX triplet: F6, 94 and 06. RGB value is (246,148,6). Sum of RGB (Red+Green+Blue) = 246+148+6=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 6 (2.73% from 255 or 1.5% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F69406 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69406 is #096BF9. Grayscale: #A1A1A1. Windows color (decimal): -617466 or 431350. OLE color: 431350.

HSL color Cylindrical-coordinate representation of color #F69406: hue angle of 35.5º 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 #F69406 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 148 6 -
CMYK 0 0.40 0.98 0.04
HSL 35.5º 0.95% 0.49% -
HSV(B) 35.5º 0.98% 0.96% -
XYZ 48.63 40.79 5.48 -
YUV 161.11 40.47 188.55 -
System Red Green Blue C M Y K H S L
Decimal 246 148 6 0 0.40 0.98 0.04 35.5 0.95 0.49
Hex F6 94 6 0 28 62 4 24 5F 31
Octal 366 224 6 0 50 142 4 44 137 61
Binary 11110110 10010100 110 0 101000 1100010 100 100100 1011111 110001

Color Harmonies of #F69406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69406

Black with #F69406

Text Example


Text Example

White with #F69406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69406; }

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

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

background-color css

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

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

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

border-color css

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

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

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