Html Css Color HEX #EF612F Outrageous Orange

📋 copy color: '#EF612F'

red 239 ◦ green 97 ◦ blue 47

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

Shades of Outrageous Orange #EF612F

Tints of Outrageous Orange #EF612F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.33%

 BLUE value IS 47 (18.75% from 255) = 12.27%

R = 62.4%
G = 25.33%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF612F (or 0xEF612F) is known color: Outrageous Orange. HEX triplet: EF, 61 and 2F. RGB value is (239,97,47). Sum of RGB (Red+Green+Blue) = 239+97+47=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF612F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF612F is #109ED0. Grayscale: #868686. Windows color (decimal): -1089233 or 3105263. OLE color: 3105263.

HSL color Cylindrical-coordinate representation of color #EF612F: hue angle of 15.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF612F is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 97 47 -
CMYK 0 0.59 0.80 0.06
HSL 15.63º 0.86% 0.56% -
HSV(B) 15.63º 0.8% 0.94% -
XYZ 40.38 27.11 5.79 -
YUV 133.76 79.04 203.07 -
System Red Green Blue C M Y K H S L
Decimal 239 97 47 0 0.59 0.80 0.06 15.63 0.86 0.56
Hex EF 61 2F 0 3B 50 6 10 56 38
Octal 357 141 57 0 73 120 6 20 126 70
Binary 11101111 1100001 101111 0 111011 1010000 110 10000 1010110 111000

Color Harmonies of #EF612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF612F

Black with #EF612F

Text Example


Text Example

White with #EF612F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF612F; }

 p { color: rgb(239,97,47); }

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

background-color css

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

 a { background-color: rgb(239,97,47); }

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

border-color css

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

 span { border-color: rgb(239,97,47); }

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