Html Css Color HEX #F69404 Dark Orange

📋 copy color: '#F69404'

red 246 ◦ green 148 ◦ blue 4

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

Shades of Dark Orange #F69404

Tints of Dark Orange #F69404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 61.81%
G = 37.19%
B = 1.01%

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

#F69404 (or 0xF69404) is known color: Dark Orange. HEX triplet: F6, 94 and 04. RGB value is (246,148,4). Sum of RGB (Red+Green+Blue) = 246+148+4=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 4 (1.95% from 255 or 1.01% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F69404 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69404 is #096BFB. Grayscale: #A1A1A1. Windows color (decimal): -617468 or 300278. OLE color: 300278.

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

Color convert

RGB 246 148 4 -
CMYK 0 0.40 0.98 0.04
HSL 35.7º 0.97% 0.49% -
HSV(B) 35.7º 0.98% 0.96% -
XYZ 48.62 40.78 5.42 -
YUV 160.89 39.47 188.71 -
System Red Green Blue C M Y K H S L
Decimal 246 148 4 0 0.40 0.98 0.04 35.7 0.97 0.49
Hex F6 94 4 0 28 62 4 24 61 31
Octal 366 224 4 0 50 142 4 44 141 61
Binary 11110110 10010100 100 0 101000 1100010 100 100100 1100001 110001

Color Harmonies of #F69404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69404

Black with #F69404

Text Example


Text Example

White with #F69404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69404; }

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

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

background-color css

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

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

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

border-color css

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

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

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