Html Css Color HEX #F28C10 Tangerine

📋 copy color: '#F28C10'

red 242 ◦ green 140 ◦ blue 16

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

Shades of Tangerine #F28C10

Tints of Tangerine #F28C10

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

 BLUE value IS 16 (6.64% from 255) = 4.02%

R = 60.8%
G = 35.18%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F28C10 (or 0xF28C10) is known color: Tangerine. HEX triplet: F2, 8C and 10. RGB value is (242,140,16). Sum of RGB (Red+Green+Blue) = 242+140+16=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28C10 is #0D73EF. Grayscale: #9C9C9C. Windows color (decimal): -881648 or 1084658. OLE color: 1084658.

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

Color convert

RGB 242 140 16 -
CMYK 0 0.42 0.93 0.05
HSL 32.92º 0.9% 0.51% -
HSV(B) 32.92º 0.93% 0.95% -
XYZ 46.09 37.67 5.33 -
YUV 156.36 48.79 189.08 -
System Red Green Blue C M Y K H S L
Decimal 242 140 16 0 0.42 0.93 0.05 32.92 0.9 0.51
Hex F2 8C 10 0 2A 5D 5 21 5A 33
Octal 362 214 20 0 52 135 5 41 132 63
Binary 11110010 10001100 10000 0 101010 1011101 101 100001 1011010 110011

Color Harmonies of #F28C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C10

Black with #F28C10

Text Example


Text Example

White with #F28C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C10; }

 p { color: rgb(242,140,16); }

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

background-color css

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

 a { background-color: rgb(242,140,16); }

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

border-color css

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

 span { border-color: rgb(242,140,16); }

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