Html Css Color HEX #F27C07 Tangerine

📋 copy color: '#F27C07'

red 242 ◦ green 124 ◦ blue 7

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

Shades of Tangerine #F27C07

Tints of Tangerine #F27C07

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.24%

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

R = 64.88%
G = 33.24%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F27C07 (or 0xF27C07) is known color: Tangerine. HEX triplet: F2, 7C and 07. RGB value is (242,124,7). Sum of RGB (Red+Green+Blue) = 242+124+7=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27C07 is #0D83F8. Grayscale: #929292. Windows color (decimal): -885753 or 490738. OLE color: 490738.

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

Color convert

RGB 242 124 7 -
CMYK 0 0.49 0.97 0.05
HSL 29.87º 0.94% 0.49% -
HSV(B) 29.87º 0.97% 0.95% -
XYZ 43.86 33.31 4.32 -
YUV 145.94 49.59 196.51 -
System Red Green Blue C M Y K H S L
Decimal 242 124 7 0 0.49 0.97 0.05 29.87 0.94 0.49
Hex F2 7C 7 0 31 61 5 1E 5E 31
Octal 362 174 7 0 61 141 5 36 136 61
Binary 11110010 1111100 111 0 110001 1100001 101 11110 1011110 110001

Color Harmonies of #F27C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C07

Black with #F27C07

Text Example


Text Example

White with #F27C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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