Html Css Color HEX #F69501 Dark Orange

📋 copy color: '#F69501'

red 246 ◦ green 149 ◦ blue 1

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

Shades of Dark Orange #F69501

Tints of Dark Orange #F69501

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.63%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 62.12%
G = 37.63%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F69501 (or 0xF69501) is known color: Dark Orange. HEX triplet: F6, 95 and 01. RGB value is (246,149,1). Sum of RGB (Red+Green+Blue) = 246+149+1=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 1 (0.78% from 255 or 0.25% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F69501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69501 is #096AFE. Grayscale: #A1A1A1. Windows color (decimal): -617215 or 103926. OLE color: 103926.

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

Color convert

RGB 246 149 1 -
CMYK 0 0.39 1.00 0.04
HSL 36.24º 0.99% 0.48% -
HSV(B) 36.24º 1% 0.96% -
XYZ 48.76 41.09 5.39 -
YUV 161.13 37.64 188.53 -
System Red Green Blue C M Y K H S L
Decimal 246 149 1 0 0.39 1.00 0.04 36.24 0.99 0.48
Hex F6 95 1 0 27 64 4 24 63 30
Octal 366 225 1 0 47 144 4 44 143 60
Binary 11110110 10010101 1 0 100111 1100100 100 100100 1100011 110000

Color Harmonies of #F69501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69501

Black with #F69501

Text Example


Text Example

White with #F69501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69501; }

 p { color: rgb(246,149,1); }

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

background-color css

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

 a { background-color: rgb(246,149,1); }

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

border-color css

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

 span { border-color: rgb(246,149,1); }

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