Html Css Color HEX #F2880C Tangerine

📋 copy color: '#F2880C'

red 242 ◦ green 136 ◦ blue 12

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

Shades of Tangerine #F2880C

Tints of Tangerine #F2880C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.87%

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

R = 62.05%
G = 34.87%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2880C (or 0xF2880C) is known color: Tangerine. HEX triplet: F2, 88 and 0C. RGB value is (242,136,12). Sum of RGB (Red+Green+Blue) = 242+136+12=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F2880C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2880C is #0D77F3. Grayscale: #9A9A9A. Windows color (decimal): -882676 or 821490. OLE color: 821490.

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

Color convert

RGB 242 136 12 -
CMYK 0 0.44 0.95 0.05
HSL 32.35º 0.91% 0.5% -
HSV(B) 32.35º 0.95% 0.95% -
XYZ 45.49 36.51 5 -
YUV 153.56 48.12 191.08 -
System Red Green Blue C M Y K H S L
Decimal 242 136 12 0 0.44 0.95 0.05 32.35 0.91 0.5
Hex F2 88 C 0 2C 5F 5 20 5B 32
Octal 362 210 14 0 54 137 5 40 133 62
Binary 11110010 10001000 1100 0 101100 1011111 101 100000 1011011 110010

Color Harmonies of #F2880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2880C

Black with #F2880C

Text Example


Text Example

White with #F2880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2880C; }

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

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

background-color css

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

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

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

border-color css

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

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

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