Html Css Color HEX #F7612A Outrageous Orange

📋 copy color: '#F7612A'

red 247 ◦ green 97 ◦ blue 42

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

Shades of Outrageous Orange #F7612A

Tints of Outrageous Orange #F7612A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.88%

R = 63.99%
G = 25.13%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F7612A (or 0xF7612A) is known color: Outrageous Orange. HEX triplet: F7, 61 and 2A. RGB value is (247,97,42). Sum of RGB (Red+Green+Blue) = 247+97+42=386 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.99% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 42 (16.80% from 255 or 10.88% from 386); Max value from RGB is 247 - color contains mainly: red. Hex color #F7612A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7612A is #089ED5. Grayscale: #878787. Windows color (decimal): -564950 or 2777591. OLE color: 2777591.

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

Color convert

RGB 247 97 42 -
CMYK 0 0.61 0.83 0.03
HSL 16.1º 0.93% 0.57% -
HSV(B) 16.1º 0.83% 0.97% -
XYZ 43.05 28.49 5.42 -
YUV 135.58 75.2 207.47 -
System Red Green Blue C M Y K H S L
Decimal 247 97 42 0 0.61 0.83 0.03 16.1 0.93 0.57
Hex F7 61 2A 0 3D 53 3 10 5D 39
Octal 367 141 52 0 75 123 3 20 135 71
Binary 11110111 1100001 101010 0 111101 1010011 11 10000 1011101 111001

Color Harmonies of #F7612A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7612A

Black with #F7612A

Text Example


Text Example

White with #F7612A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7612A; }

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

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

background-color css

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

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

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

border-color css

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

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

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