Html Css Color HEX #F69006 Dark Orange

📋 copy color: '#F69006'

red 246 ◦ green 144 ◦ blue 6

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

Shades of Dark Orange #F69006

Tints of Dark Orange #F69006

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.36%

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

R = 62.12%
G = 36.36%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F69006 (or 0xF69006) is known color: Dark Orange. HEX triplet: F6, 90 and 06. RGB value is (246,144,6). Sum of RGB (Red+Green+Blue) = 246+144+6=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 6 (2.73% from 255 or 1.52% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F69006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69006 is #096FF9. Grayscale: #9F9F9F. Windows color (decimal): -618490 or 430326. OLE color: 430326.

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

Color convert

RGB 246 144 6 -
CMYK 0 0.41 0.98 0.04
HSL 34.5º 0.95% 0.49% -
HSV(B) 34.5º 0.98% 0.96% -
XYZ 48.01 39.55 5.28 -
YUV 158.77 41.79 190.22 -
System Red Green Blue C M Y K H S L
Decimal 246 144 6 0 0.41 0.98 0.04 34.5 0.95 0.49
Hex F6 90 6 0 29 62 4 22 5F 31
Octal 366 220 6 0 51 142 4 42 137 61
Binary 11110110 10010000 110 0 101001 1100010 100 100010 1011111 110001

Color Harmonies of #F69006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69006

Black with #F69006

Text Example


Text Example

White with #F69006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69006; }

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

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

background-color css

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

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

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

border-color css

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

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

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