Html Css Color HEX #F28313 Tangerine

📋 copy color: '#F28313'

red 242 ◦ green 131 ◦ blue 19

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

Shades of Tangerine #F28313

Tints of Tangerine #F28313

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.42%

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

R = 61.73%
G = 33.42%
B = 4.85%

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

#F28313 (or 0xF28313) is known color: Tangerine. HEX triplet: F2, 83 and 13. RGB value is (242,131,19). Sum of RGB (Red+Green+Blue) = 242+131+19=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 19 (7.81% from 255 or 4.85% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F28313 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28313 is #0D7CEC. Grayscale: #979797. Windows color (decimal): -883949 or 1278962. OLE color: 1278962.

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

Color convert

RGB 242 131 19 -
CMYK 0 0.46 0.92 0.05
HSL 30.13º 0.9% 0.51% -
HSV(B) 30.13º 0.92% 0.95% -
XYZ 44.85 35.16 5.04 -
YUV 151.42 53.27 192.61 -
System Red Green Blue C M Y K H S L
Decimal 242 131 19 0 0.46 0.92 0.05 30.13 0.9 0.51
Hex F2 83 13 0 2E 5C 5 1E 5A 33
Octal 362 203 23 0 56 134 5 36 132 63
Binary 11110010 10000011 10011 0 101110 1011100 101 11110 1011010 110011

Color Harmonies of #F28313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28313

Black with #F28313

Text Example


Text Example

White with #F28313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28313; }

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

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

background-color css

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

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

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

border-color css

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

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

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