Html Css Color HEX #F67D01 Tangerine

📋 copy color: '#F67D01'

red 246 ◦ green 125 ◦ blue 1

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

Shades of Tangerine #F67D01

Tints of Tangerine #F67D01

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.6%

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

R = 66.13%
G = 33.6%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F67D01 (or 0xF67D01) is known color: Tangerine. HEX triplet: F6, 7D and 01. RGB value is (246,125,1). Sum of RGB (Red+Green+Blue) = 246+125+1=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 1 (0.78% from 255 or 0.27% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67D01 is #0982FE. Grayscale: #939393. Windows color (decimal): -623359 or 97782. OLE color: 97782.

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

Color convert

RGB 246 125 1 -
CMYK 0 0.49 1.00 0.04
HSL 30.37º 0.99% 0.48% -
HSV(B) 30.37º 1% 0.96% -
XYZ 45.35 34.26 4.25 -
YUV 147.04 45.59 198.58 -
System Red Green Blue C M Y K H S L
Decimal 246 125 1 0 0.49 1.00 0.04 30.37 0.99 0.48
Hex F6 7D 1 0 31 64 4 1E 63 30
Octal 366 175 1 0 61 144 4 36 143 60
Binary 11110110 1111101 1 0 110001 1100100 100 11110 1100011 110000

Color Harmonies of #F67D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67D01

Black with #F67D01

Text Example


Text Example

White with #F67D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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