Html Css Color HEX #EF7F12 Tangerine

📋 copy color: '#EF7F12'

red 239 ◦ green 127 ◦ blue 18

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

Shades of Tangerine #EF7F12

Tints of Tangerine #EF7F12

RGB

 RED value IS 239 (93.75% from 255) = 62.24%

 GREEN value IS 127 (50% from 255) = 33.07%

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

R = 62.24%
G = 33.07%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF7F12 (or 0xEF7F12) is known color: Tangerine. HEX triplet: EF, 7F and 12. RGB value is (239,127,18). Sum of RGB (Red+Green+Blue) = 239+127+18=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7F12 is #1080ED. Grayscale: #949494. Windows color (decimal): -1081582 or 1212399. OLE color: 1212399.

HSL color Cylindrical-coordinate representation of color #EF7F12: hue angle of 29.59º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF7F12 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 127 18 -
CMYK 0 0.47 0.92 0.06
HSL 29.59º 0.87% 0.5% -
HSV(B) 29.59º 0.92% 0.94% -
XYZ 43.3 33.57 4.77 -
YUV 148.06 54.61 192.86 -
System Red Green Blue C M Y K H S L
Decimal 239 127 18 0 0.47 0.92 0.06 29.59 0.87 0.5
Hex EF 7F 12 0 2F 5C 6 1E 57 32
Octal 357 177 22 0 57 134 6 36 127 62
Binary 11101111 1111111 10010 0 101111 1011100 110 11110 1010111 110010

Color Harmonies of #EF7F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7F12

Black with #EF7F12

Text Example


Text Example

White with #EF7F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7F12; }

 p { color: rgb(239,127,18); }

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

background-color css

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

 a { background-color: rgb(239,127,18); }

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

border-color css

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

 span { border-color: rgb(239,127,18); }

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