Html Css Color HEX #F69400 Dark Orange

📋 copy color: '#F69400'

red 246 ◦ green 148 ◦ blue 0

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

Shades of Dark Orange #F69400

Tints of Dark Orange #F69400

RGB

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

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

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

R = 62.44%
G = 37.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F69400 (or 0xF69400) is known color: Dark Orange. HEX triplet: F6, 94 and 00. RGB value is (246,148,0). Sum of RGB (Red+Green+Blue) = 246+148+0=394 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.44% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 246 - color contains mainly: red. Hex color #F69400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69400 is #096BFF. Grayscale: #A1A1A1. Windows color (decimal): -617472 or 38134. OLE color: 38134.

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

Color convert

RGB 246 148 0 -
CMYK 0 0.40 1 0.04
HSL 36.1º 1% 0.48% -
HSV(B) 36.1º 1% 0.96% -
XYZ 48.6 40.77 5.31 -
YUV 160.43 37.47 189.03 -
System Red Green Blue C M Y K H S L
Decimal 246 148 0 0 0.40 1 0.04 36.1 1 0.48
Hex F6 94 0 0 28 64 4 24 64 30
Octal 366 224 0 0 50 144 4 44 144 60
Binary 11110110 10010100 0 0 101000 1100100 100 100100 1100100 110000

Color Harmonies of #F69400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69400

Black with #F69400

Text Example


Text Example

White with #F69400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69400; }

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

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

background-color css

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

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

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

border-color css

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

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

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