Html Css Color HEX #F6900D Dark Orange

📋 copy color: '#F6900D'

red 246 ◦ green 144 ◦ blue 13

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

Shades of Dark Orange #F6900D

Tints of Dark Orange #F6900D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.23%

R = 61.04%
G = 35.73%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6900D (or 0xF6900D) is known color: Dark Orange. HEX triplet: F6, 90 and 0D. RGB value is (246,144,13). Sum of RGB (Red+Green+Blue) = 246+144+13=403 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.04% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 246 - color contains mainly: red. Hex color #F6900D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6900D is #096FF2. Grayscale: #A0A0A0. Windows color (decimal): -618483 or 889078. OLE color: 889078.

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

Color convert

RGB 246 144 13 -
CMYK 0 0.41 0.95 0.04
HSL 33.73º 0.93% 0.51% -
HSV(B) 33.73º 0.95% 0.96% -
XYZ 48.05 39.57 5.49 -
YUV 159.56 45.29 189.65 -
System Red Green Blue C M Y K H S L
Decimal 246 144 13 0 0.41 0.95 0.04 33.73 0.93 0.51
Hex F6 90 D 0 29 5F 4 22 5D 33
Octal 366 220 15 0 51 137 4 42 135 63
Binary 11110110 10010000 1101 0 101001 1011111 100 100010 1011101 110011

Color Harmonies of #F6900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6900D

Black with #F6900D

Text Example


Text Example

White with #F6900D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6900D; }

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

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

background-color css

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

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

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

border-color css

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

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

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