Html Css Color HEX #F67F06 Tangerine

📋 copy color: '#F67F06'

red 246 ◦ green 127 ◦ blue 6

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

Shades of Tangerine #F67F06

Tints of Tangerine #F67F06

RGB

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

 GREEN value IS 127 (50% from 255) = 33.51%

 BLUE value IS 6 (2.73% from 255) = 1.58%

R = 64.91%
G = 33.51%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F67F06 (or 0xF67F06) is known color: Tangerine. HEX triplet: F6, 7F and 06. RGB value is (246,127,6). Sum of RGB (Red+Green+Blue) = 246+127+6=379 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.91% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 6 (2.73% from 255 or 1.58% from 379); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67F06 is #0980F9. Grayscale: #959595. Windows color (decimal): -622842 or 425974. OLE color: 425974.

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

Color convert

RGB 246 127 6 -
CMYK 0 0.48 0.98 0.04
HSL 30.25º 0.95% 0.49% -
HSV(B) 30.25º 0.98% 0.96% -
XYZ 45.63 34.78 4.48 -
YUV 148.79 47.42 197.34 -
System Red Green Blue C M Y K H S L
Decimal 246 127 6 0 0.48 0.98 0.04 30.25 0.95 0.49
Hex F6 7F 6 0 30 62 4 1E 5F 31
Octal 366 177 6 0 60 142 4 36 137 61
Binary 11110110 1111111 110 0 110000 1100010 100 11110 1011111 110001

Color Harmonies of #F67F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67F06

Black with #F67F06

Text Example


Text Example

White with #F67F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67F06; }

 p { color: rgb(246,127,6); }

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

background-color css

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

 a { background-color: rgb(246,127,6); }

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

border-color css

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

 span { border-color: rgb(246,127,6); }

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