Html Css Color HEX #F74F2C Outrageous Orange

📋 copy color: '#F74F2C'

red 247 ◦ green 79 ◦ blue 44

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

Shades of Outrageous Orange #F74F2C

Tints of Outrageous Orange #F74F2C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.35%

 BLUE value IS 44 (17.58% from 255) = 11.89%

R = 66.76%
G = 21.35%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F74F2C (or 0xF74F2C) is known color: Outrageous Orange. HEX triplet: F7, 4F and 2C. RGB value is (247,79,44). Sum of RGB (Red+Green+Blue) = 247+79+44=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F74F2C is #08B0D3. Grayscale: #7D7D7D. Windows color (decimal): -569556 or 2904055. OLE color: 2904055.

HSL color Cylindrical-coordinate representation of color #F74F2C: hue angle of 10.34º 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 #F74F2C is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 79 44 -
CMYK 0 0.68 0.82 0.03
HSL 10.34º 0.93% 0.57% -
HSV(B) 10.34º 0.82% 0.97% -
XYZ 41.61 25.55 5.12 -
YUV 125.24 82.16 214.85 -
System Red Green Blue C M Y K H S L
Decimal 247 79 44 0 0.68 0.82 0.03 10.34 0.93 0.57
Hex F7 4F 2C 0 44 52 3 A 5D 39
Octal 367 117 54 0 104 122 3 12 135 71
Binary 11110111 1001111 101100 0 1000100 1010010 11 1010 1011101 111001

Color Harmonies of #F74F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74F2C

Black with #F74F2C

Text Example


Text Example

White with #F74F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74F2C; }

 p { color: rgb(247,79,44); }

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

background-color css

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

 a { background-color: rgb(247,79,44); }

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

border-color css

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

 span { border-color: rgb(247,79,44); }

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