Html Css Color HEX #EF8F00 Tangerine

📋 copy color: '#EF8F00'

red 239 ◦ green 143 ◦ blue 0

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

Shades of Tangerine #EF8F00

Tints of Tangerine #EF8F00

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.57%
G = 37.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF8F00 (or 0xEF8F00) is known color: Tangerine. HEX triplet: EF, 8F and 00. RGB value is (239,143,0). Sum of RGB (Red+Green+Blue) = 239+143+0=382 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.57% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8F00 is #1070FF. Grayscale: #9C9C9C. Windows color (decimal): -1077504 or 36847. OLE color: 36847.

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

Color convert

RGB 239 143 0 -
CMYK 0 0.40 1 0.06
HSL 35.9º 1% 0.47% -
HSV(B) 35.9º 1% 0.94% -
XYZ 45.42 38 4.94 -
YUV 155.4 40.3 187.63 -
System Red Green Blue C M Y K H S L
Decimal 239 143 0 0 0.40 1 0.06 35.9 1 0.47
Hex EF 8F 0 0 28 64 6 24 64 2F
Octal 357 217 0 0 50 144 6 44 144 57
Binary 11101111 10001111 0 0 101000 1100100 110 100100 1100100 101111

Color Harmonies of #EF8F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8F00

Black with #EF8F00

Text Example


Text Example

White with #EF8F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8F00; }

 p { color: rgb(239,143,0); }

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

background-color css

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

 a { background-color: rgb(239,143,0); }

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

border-color css

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

 span { border-color: rgb(239,143,0); }

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