Html Css Color HEX #F69C0F Dark Tangerine

📋 copy color: '#F69C0F'

red 246 ◦ green 156 ◦ blue 15

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

Shades of Dark Tangerine #F69C0F

Tints of Dark Tangerine #F69C0F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.41%

 BLUE value IS 15 (6.25% from 255) = 3.6%

R = 58.99%
G = 37.41%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F69C0F (or 0xF69C0F) is known color: Dark Tangerine. HEX triplet: F6, 9C and 0F. RGB value is (246,156,15). Sum of RGB (Red+Green+Blue) = 246+156+15=417 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.99% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69C0F is #0963F0. Grayscale: #A7A7A7. Windows color (decimal): -615409 or 1023222. OLE color: 1023222.

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

Color convert

RGB 246 156 15 -
CMYK 0 0.37 0.94 0.04
HSL 36.62º 0.93% 0.51% -
HSV(B) 36.62º 0.94% 0.96% -
XYZ 49.98 43.4 6.2 -
YUV 166.84 42.32 184.46 -
System Red Green Blue C M Y K H S L
Decimal 246 156 15 0 0.37 0.94 0.04 36.62 0.93 0.51
Hex F6 9C F 0 25 5E 4 25 5D 33
Octal 366 234 17 0 45 136 4 45 135 63
Binary 11110110 10011100 1111 0 100101 1011110 100 100101 1011101 110011

Color Harmonies of #F69C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69C0F

Black with #F69C0F

Text Example


Text Example

White with #F69C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69C0F; }

 p { color: rgb(246,156,15); }

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

background-color css

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

 a { background-color: rgb(246,156,15); }

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

border-color css

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

 span { border-color: rgb(246,156,15); }

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