Html Css Color HEX #F2820F Tangerine

📋 copy color: '#F2820F'

red 242 ◦ green 130 ◦ blue 15

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

Shades of Tangerine #F2820F

Tints of Tangerine #F2820F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.59%

 BLUE value IS 15 (6.25% from 255) = 3.88%

R = 62.53%
G = 33.59%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2820F (or 0xF2820F) is known color: Tangerine. HEX triplet: F2, 82 and 0F. RGB value is (242,130,15). Sum of RGB (Red+Green+Blue) = 242+130+15=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F2820F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2820F is #0D7DF0. Grayscale: #969696. Windows color (decimal): -884209 or 1016562. OLE color: 1016562.

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

Color convert

RGB 242 130 15 -
CMYK 0 0.46 0.94 0.05
HSL 30.4º 0.9% 0.5% -
HSV(B) 30.4º 0.94% 0.95% -
XYZ 44.69 34.88 4.83 -
YUV 150.38 51.61 193.35 -
System Red Green Blue C M Y K H S L
Decimal 242 130 15 0 0.46 0.94 0.05 30.4 0.9 0.5
Hex F2 82 F 0 2E 5E 5 1E 5A 32
Octal 362 202 17 0 56 136 5 36 132 62
Binary 11110010 10000010 1111 0 101110 1011110 101 11110 1011010 110010

Color Harmonies of #F2820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2820F

Black with #F2820F

Text Example


Text Example

White with #F2820F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2820F; }

 p { color: rgb(242,130,15); }

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

background-color css

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

 a { background-color: rgb(242,130,15); }

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

border-color css

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

 span { border-color: rgb(242,130,15); }

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