Html Css Color HEX #F28E0E Tangerine

📋 copy color: '#F28E0E'

red 242 ◦ green 142 ◦ blue 14

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

Shades of Tangerine #F28E0E

Tints of Tangerine #F28E0E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.68%

 BLUE value IS 14 (5.86% from 255) = 3.52%

R = 60.8%
G = 35.68%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F28E0E (or 0xF28E0E) is known color: Tangerine. HEX triplet: F2, 8E and 0E. RGB value is (242,142,14). Sum of RGB (Red+Green+Blue) = 242+142+14=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28E0E is #0D71F1. Grayscale: #9D9D9D. Windows color (decimal): -881138 or 954098. OLE color: 954098.

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

Color convert

RGB 242 142 14 -
CMYK 0 0.41 0.94 0.05
HSL 33.68º 0.9% 0.5% -
HSV(B) 33.68º 0.94% 0.95% -
XYZ 46.37 38.25 5.36 -
YUV 157.31 47.13 188.41 -
System Red Green Blue C M Y K H S L
Decimal 242 142 14 0 0.41 0.94 0.05 33.68 0.9 0.5
Hex F2 8E E 0 29 5E 5 22 5A 32
Octal 362 216 16 0 51 136 5 42 132 62
Binary 11110010 10001110 1110 0 101001 1011110 101 100010 1011010 110010

Color Harmonies of #F28E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28E0E

Black with #F28E0E

Text Example


Text Example

White with #F28E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28E0E; }

 p { color: rgb(242,142,14); }

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

background-color css

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

 a { background-color: rgb(242,142,14); }

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

border-color css

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

 span { border-color: rgb(242,142,14); }

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