Html Css Color HEX #F2840D Tangerine

📋 copy color: '#F2840D'

red 242 ◦ green 132 ◦ blue 13

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

Shades of Tangerine #F2840D

Tints of Tangerine #F2840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.11%

 BLUE value IS 13 (5.47% from 255) = 3.36%

R = 62.53%
G = 34.11%
B = 3.36%

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

#F2840D (or 0xF2840D) is known color: Tangerine. HEX triplet: F2, 84 and 0D. RGB value is (242,132,13). Sum of RGB (Red+Green+Blue) = 242+132+13=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F2840D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2840D is #0D7BF2. Grayscale: #979797. Windows color (decimal): -883699 or 886002. OLE color: 886002.

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

Color convert

RGB 242 132 13 -
CMYK 0 0.45 0.95 0.05
HSL 31.18º 0.9% 0.5% -
HSV(B) 31.18º 0.95% 0.95% -
XYZ 44.94 35.41 4.85 -
YUV 151.32 49.94 192.68 -
System Red Green Blue C M Y K H S L
Decimal 242 132 13 0 0.45 0.95 0.05 31.18 0.9 0.5
Hex F2 84 D 0 2D 5F 5 1F 5A 32
Octal 362 204 15 0 55 137 5 37 132 62
Binary 11110010 10000100 1101 0 101101 1011111 101 11111 1011010 110010

Color Harmonies of #F2840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2840D

Black with #F2840D

Text Example


Text Example

White with #F2840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2840D; }

 p { color: rgb(242,132,13); }

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

background-color css

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

 a { background-color: rgb(242,132,13); }

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

border-color css

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

 span { border-color: rgb(242,132,13); }

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