Html Css Color HEX #F28413 Tangerine

📋 copy color: '#F28413'

red 242 ◦ green 132 ◦ blue 19

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

Shades of Tangerine #F28413

Tints of Tangerine #F28413

RGB

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

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

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

R = 61.58%
G = 33.59%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F28413 (or 0xF28413) is known color: Tangerine. HEX triplet: F2, 84 and 13. RGB value is (242,132,19). Sum of RGB (Red+Green+Blue) = 242+132+19=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F28413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28413 is #0D7BEC. Grayscale: #989898. Windows color (decimal): -883693 or 1279218. OLE color: 1279218.

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

Color convert

RGB 242 132 19 -
CMYK 0 0.45 0.92 0.05
HSL 30.4º 0.9% 0.51% -
HSV(B) 30.4º 0.92% 0.95% -
XYZ 44.99 35.43 5.08 -
YUV 152.01 52.94 192.19 -
System Red Green Blue C M Y K H S L
Decimal 242 132 19 0 0.45 0.92 0.05 30.4 0.9 0.51
Hex F2 84 13 0 2D 5C 5 1E 5A 33
Octal 362 204 23 0 55 134 5 36 132 63
Binary 11110010 10000100 10011 0 101101 1011100 101 11110 1011010 110011

Color Harmonies of #F28413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28413

Black with #F28413

Text Example


Text Example

White with #F28413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28413; }

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

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

background-color css

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

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

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

border-color css

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

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

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