Html Css Color HEX #F27C0A Tangerine

📋 copy color: '#F27C0A'

red 242 ◦ green 124 ◦ blue 10

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

Shades of Tangerine #F27C0A

Tints of Tangerine #F27C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.66%

R = 64.36%
G = 32.98%
B = 2.66%

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

#F27C0A (or 0xF27C0A) is known color: Tangerine. HEX triplet: F2, 7C and 0A. RGB value is (242,124,10). Sum of RGB (Red+Green+Blue) = 242+124+10=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27C0A is #0D83F5. Grayscale: #929292. Windows color (decimal): -885750 or 687346. OLE color: 687346.

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

Color convert

RGB 242 124 10 -
CMYK 0 0.49 0.96 0.05
HSL 29.48º 0.92% 0.49% -
HSV(B) 29.48º 0.96% 0.95% -
XYZ 43.88 33.31 4.4 -
YUV 146.29 51.09 196.27 -
System Red Green Blue C M Y K H S L
Decimal 242 124 10 0 0.49 0.96 0.05 29.48 0.92 0.49
Hex F2 7C A 0 31 60 5 1D 5C 31
Octal 362 174 12 0 61 140 5 35 134 61
Binary 11110010 1111100 1010 0 110001 1100000 101 11101 1011100 110001

Color Harmonies of #F27C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C0A

Black with #F27C0A

Text Example


Text Example

White with #F27C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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