Html Css Color HEX #F27C09 Tangerine

📋 copy color: '#F27C09'

red 242 ◦ green 124 ◦ blue 9

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

Shades of Tangerine #F27C09

Tints of Tangerine #F27C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.4%

R = 64.53%
G = 33.07%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F27C09 (or 0xF27C09) is known color: Tangerine. HEX triplet: F2, 7C and 09. RGB value is (242,124,9). Sum of RGB (Red+Green+Blue) = 242+124+9=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27C09 is #0D83F6. Grayscale: #929292. Windows color (decimal): -885751 or 621810. OLE color: 621810.

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

Color convert

RGB 242 124 9 -
CMYK 0 0.49 0.96 0.05
HSL 29.61º 0.93% 0.49% -
HSV(B) 29.61º 0.96% 0.95% -
XYZ 43.87 33.31 4.38 -
YUV 146.17 50.59 196.35 -
System Red Green Blue C M Y K H S L
Decimal 242 124 9 0 0.49 0.96 0.05 29.61 0.93 0.49
Hex F2 7C 9 0 31 60 5 1E 5D 31
Octal 362 174 11 0 61 140 5 36 135 61
Binary 11110010 1111100 1001 0 110001 1100000 101 11110 1011101 110001

Color Harmonies of #F27C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C09

Black with #F27C09

Text Example


Text Example

White with #F27C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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