Html Css Color HEX #F28213 Tangerine

📋 copy color: '#F28213'

red 242 ◦ green 130 ◦ blue 19

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

Shades of Tangerine #F28213

Tints of Tangerine #F28213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.86%

R = 61.89%
G = 33.25%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F28213 (or 0xF28213) is known color: Tangerine. HEX triplet: F2, 82 and 13. RGB value is (242,130,19). Sum of RGB (Red+Green+Blue) = 242+130+19=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F28213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28213 is #0D7DEC. Grayscale: #979797. Windows color (decimal): -884205 or 1278706. OLE color: 1278706.

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

Color convert

RGB 242 130 19 -
CMYK 0 0.46 0.92 0.05
HSL 29.87º 0.9% 0.51% -
HSV(B) 29.87º 0.92% 0.95% -
XYZ 44.72 34.89 4.99 -
YUV 150.83 53.61 193.03 -
System Red Green Blue C M Y K H S L
Decimal 242 130 19 0 0.46 0.92 0.05 29.87 0.9 0.51
Hex F2 82 13 0 2E 5C 5 1E 5A 33
Octal 362 202 23 0 56 134 5 36 132 63
Binary 11110010 10000010 10011 0 101110 1011100 101 11110 1011010 110011

Color Harmonies of #F28213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28213

Black with #F28213

Text Example


Text Example

White with #F28213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28213; }

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

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

background-color css

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

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

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

border-color css

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

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

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