Html Css Color HEX #F7612D Outrageous Orange

📋 copy color: '#F7612D'

red 247 ◦ green 97 ◦ blue 45

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

Shades of Outrageous Orange #F7612D

Tints of Outrageous Orange #F7612D

RGB

 RED value IS 247 (96.88% from 255) = 63.5%

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

 BLUE value IS 45 (17.97% from 255) = 11.57%

R = 63.5%
G = 24.94%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7612D (or 0xF7612D) is known color: Outrageous Orange. HEX triplet: F7, 61 and 2D. RGB value is (247,97,45). Sum of RGB (Red+Green+Blue) = 247+97+45=389 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.50% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 247 - color contains mainly: red. Hex color #F7612D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7612D is #089ED2. Grayscale: #888888. Windows color (decimal): -564947 or 2974199. OLE color: 2974199.

HSL color Cylindrical-coordinate representation of color #F7612D: hue angle of 15.45º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F7612D is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 97 45 -
CMYK 0 0.61 0.82 0.03
HSL 15.45º 0.93% 0.57% -
HSV(B) 15.45º 0.82% 0.97% -
XYZ 43.11 28.51 5.71 -
YUV 135.92 76.7 207.23 -
System Red Green Blue C M Y K H S L
Decimal 247 97 45 0 0.61 0.82 0.03 15.45 0.93 0.57
Hex F7 61 2D 0 3D 52 3 F 5D 39
Octal 367 141 55 0 75 122 3 17 135 71
Binary 11110111 1100001 101101 0 111101 1010010 11 1111 1011101 111001

Color Harmonies of #F7612D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7612D

Black with #F7612D

Text Example


Text Example

White with #F7612D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7612D; }

 p { color: rgb(247,97,45); }

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

background-color css

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

 a { background-color: rgb(247,97,45); }

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

border-color css

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

 span { border-color: rgb(247,97,45); }

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