Html Css Color HEX #F28607 Tangerine

📋 copy color: '#F28607'

red 242 ◦ green 134 ◦ blue 7

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

Shades of Tangerine #F28607

Tints of Tangerine #F28607

RGB

 RED value IS 242 (94.92% from 255) = 63.19%

 GREEN value IS 134 (52.73% from 255) = 34.99%

 BLUE value IS 7 (3.13% from 255) = 1.83%

R = 63.19%
G = 34.99%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F28607 (or 0xF28607) is known color: Tangerine. HEX triplet: F2, 86 and 07. RGB value is (242,134,7). Sum of RGB (Red+Green+Blue) = 242+134+7=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 7 (3.12% from 255 or 1.83% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F28607 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28607 is #0D79F8. Grayscale: #989898. Windows color (decimal): -883193 or 493298. OLE color: 493298.

HSL color Cylindrical-coordinate representation of color #F28607: hue angle of 32.43º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F28607 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 134 7 -
CMYK 0 0.45 0.97 0.05
HSL 32.43º 0.94% 0.49% -
HSV(B) 32.43º 0.97% 0.95% -
XYZ 45.18 35.94 4.76 -
YUV 151.81 46.28 192.33 -
System Red Green Blue C M Y K H S L
Decimal 242 134 7 0 0.45 0.97 0.05 32.43 0.94 0.49
Hex F2 86 7 0 2D 61 5 20 5E 31
Octal 362 206 7 0 55 141 5 40 136 61
Binary 11110010 10000110 111 0 101101 1100001 101 100000 1011110 110001

Color Harmonies of #F28607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28607

Black with #F28607

Text Example


Text Example

White with #F28607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28607; }

 p { color: rgb(242,134,7); }

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

background-color css

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

 a { background-color: rgb(242,134,7); }

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

border-color css

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

 span { border-color: rgb(242,134,7); }

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