Html Css Color HEX #F28312 Tangerine

📋 copy color: '#F28312'

red 242 ◦ green 131 ◦ blue 18

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

Shades of Tangerine #F28312

Tints of Tangerine #F28312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.6%

R = 61.89%
G = 33.5%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F28312 (or 0xF28312) is known color: Tangerine. HEX triplet: F2, 83 and 12. RGB value is (242,131,18). Sum of RGB (Red+Green+Blue) = 242+131+18=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F28312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28312 is #0D7CED. Grayscale: #979797. Windows color (decimal): -883950 or 1213426. OLE color: 1213426.

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

Color convert

RGB 242 131 18 -
CMYK 0 0.46 0.93 0.05
HSL 30.27º 0.9% 0.51% -
HSV(B) 30.27º 0.93% 0.95% -
XYZ 44.84 35.15 4.99 -
YUV 151.31 52.77 192.69 -
System Red Green Blue C M Y K H S L
Decimal 242 131 18 0 0.46 0.93 0.05 30.27 0.9 0.51
Hex F2 83 12 0 2E 5D 5 1E 5A 33
Octal 362 203 22 0 56 135 5 36 132 63
Binary 11110010 10000011 10010 0 101110 1011101 101 11110 1011010 110011

Color Harmonies of #F28312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28312

Black with #F28312

Text Example


Text Example

White with #F28312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28312; }

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

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

background-color css

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

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

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

border-color css

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

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

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