Html Css Color HEX #F2880D Tangerine

📋 copy color: '#F2880D'

red 242 ◦ green 136 ◦ blue 13

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

Shades of Tangerine #F2880D

Tints of Tangerine #F2880D

RGB

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

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

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

R = 61.89%
G = 34.78%
B = 3.32%

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

#F2880D (or 0xF2880D) is known color: Tangerine. HEX triplet: F2, 88 and 0D. RGB value is (242,136,13). Sum of RGB (Red+Green+Blue) = 242+136+13=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F2880D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2880D is #0D77F2. Grayscale: #9A9A9A. Windows color (decimal): -882675 or 887026. OLE color: 887026.

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

Color convert

RGB 242 136 13 -
CMYK 0 0.44 0.95 0.05
HSL 32.23º 0.9% 0.5% -
HSV(B) 32.23º 0.95% 0.95% -
XYZ 45.49 36.51 5.03 -
YUV 153.67 48.62 191 -
System Red Green Blue C M Y K H S L
Decimal 242 136 13 0 0.44 0.95 0.05 32.23 0.9 0.5
Hex F2 88 D 0 2C 5F 5 20 5A 32
Octal 362 210 15 0 54 137 5 40 132 62
Binary 11110010 10001000 1101 0 101100 1011111 101 100000 1011010 110010

Color Harmonies of #F2880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2880D

Black with #F2880D

Text Example


Text Example

White with #F2880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2880D; }

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

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

background-color css

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

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

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

border-color css

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

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

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