Html Css Color HEX #F69000 Dark Orange

📋 copy color: '#F69000'

red 246 ◦ green 144 ◦ blue 0

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

Shades of Dark Orange #F69000

Tints of Dark Orange #F69000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.08%
G = 36.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F69000 (or 0xF69000) is known color: Dark Orange. HEX triplet: F6, 90 and 00. RGB value is (246,144,0). Sum of RGB (Red+Green+Blue) = 246+144+0=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F69000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69000 is #096FFF. Grayscale: #9E9E9E. Windows color (decimal): -618496 or 37110. OLE color: 37110.

HSL color Cylindrical-coordinate representation of color #F69000: hue angle of 35.12º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F69000 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 144 0 -
CMYK 0 0.41 1 0.04
HSL 35.12º 1% 0.48% -
HSV(B) 35.12º 1% 0.96% -
XYZ 47.98 39.54 5.1 -
YUV 158.08 38.79 190.71 -
System Red Green Blue C M Y K H S L
Decimal 246 144 0 0 0.41 1 0.04 35.12 1 0.48
Hex F6 90 0 0 29 64 4 23 64 30
Octal 366 220 0 0 51 144 4 43 144 60
Binary 11110110 10010000 0 0 101001 1100100 100 100011 1100100 110000

Color Harmonies of #F69000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69000

Black with #F69000

Text Example


Text Example

White with #F69000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69000; }

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

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

background-color css

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

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

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

border-color css

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

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

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