Html Css Color HEX #F67D02 Tangerine

📋 copy color: '#F67D02'

red 246 ◦ green 125 ◦ blue 2

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

Shades of Tangerine #F67D02

Tints of Tangerine #F67D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 65.95%
G = 33.51%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F67D02 (or 0xF67D02) is known color: Tangerine. HEX triplet: F6, 7D and 02. RGB value is (246,125,2). Sum of RGB (Red+Green+Blue) = 246+125+2=373 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.95% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67D02 is #0982FD. Grayscale: #939393. Windows color (decimal): -623358 or 163318. OLE color: 163318.

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

Color convert

RGB 246 125 2 -
CMYK 0 0.49 0.99 0.04
HSL 30.25º 0.98% 0.49% -
HSV(B) 30.25º 0.99% 0.96% -
XYZ 45.35 34.26 4.28 -
YUV 147.16 46.09 198.5 -
System Red Green Blue C M Y K H S L
Decimal 246 125 2 0 0.49 0.99 0.04 30.25 0.98 0.49
Hex F6 7D 2 0 31 63 4 1E 62 31
Octal 366 175 2 0 61 143 4 36 142 61
Binary 11110110 1111101 10 0 110001 1100011 100 11110 1100010 110001

Color Harmonies of #F67D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67D02

Black with #F67D02

Text Example


Text Example

White with #F67D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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