Html Css Color HEX #F2850C Tangerine

📋 copy color: '#F2850C'

red 242 ◦ green 133 ◦ blue 12

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

Shades of Tangerine #F2850C

Tints of Tangerine #F2850C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.37%

 BLUE value IS 12 (5.08% from 255) = 3.1%

R = 62.53%
G = 34.37%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2850C (or 0xF2850C) is known color: Tangerine. HEX triplet: F2, 85 and 0C. RGB value is (242,133,12). Sum of RGB (Red+Green+Blue) = 242+133+12=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F2850C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2850C is #0D7AF3. Grayscale: #989898. Windows color (decimal): -883444 or 820722. OLE color: 820722.

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

Color convert

RGB 242 133 12 -
CMYK 0 0.45 0.95 0.05
HSL 31.57º 0.91% 0.5% -
HSV(B) 31.57º 0.95% 0.95% -
XYZ 45.07 35.68 4.86 -
YUV 151.8 49.11 192.34 -
System Red Green Blue C M Y K H S L
Decimal 242 133 12 0 0.45 0.95 0.05 31.57 0.91 0.5
Hex F2 85 C 0 2D 5F 5 20 5B 32
Octal 362 205 14 0 55 137 5 40 133 62
Binary 11110010 10000101 1100 0 101101 1011111 101 100000 1011011 110010

Color Harmonies of #F2850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2850C

Black with #F2850C

Text Example


Text Example

White with #F2850C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2850C; }

 p { color: rgb(242,133,12); }

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

background-color css

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

 a { background-color: rgb(242,133,12); }

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

border-color css

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

 span { border-color: rgb(242,133,12); }

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