Html Css Color HEX #EF8F01 Tangerine

📋 copy color: '#EF8F01'

red 239 ◦ green 143 ◦ blue 1

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

Shades of Tangerine #EF8F01

Tints of Tangerine #EF8F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 62.4%
G = 37.34%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EF8F01 (or 0xEF8F01) is known color: Tangerine. HEX triplet: EF, 8F and 01. RGB value is (239,143,1). Sum of RGB (Red+Green+Blue) = 239+143+1=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8F01 is #1070FE. Grayscale: #9C9C9C. Windows color (decimal): -1077503 or 102383. OLE color: 102383.

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

Color convert

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

Color Harmonies of #EF8F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8F01

Black with #EF8F01

Text Example


Text Example

White with #EF8F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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