Html Css Color HEX #F74F2D Outrageous Orange

📋 copy color: '#F74F2D'

red 247 ◦ green 79 ◦ blue 45

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

Shades of Outrageous Orange #F74F2D

Tints of Outrageous Orange #F74F2D

RGB

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

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

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

R = 66.58%
G = 21.29%
B = 12.13%

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

#F74F2D (or 0xF74F2D) is known color: Outrageous Orange. HEX triplet: F7, 4F and 2D. RGB value is (247,79,45). Sum of RGB (Red+Green+Blue) = 247+79+45=371 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.58% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F74F2D is #08B0D2. Grayscale: #7D7D7D. Windows color (decimal): -569555 or 2969591. OLE color: 2969591.

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

Color convert

RGB 247 79 45 -
CMYK 0 0.68 0.82 0.03
HSL 10.1º 0.93% 0.57% -
HSV(B) 10.1º 0.82% 0.97% -
XYZ 41.63 25.56 5.22 -
YUV 125.36 82.66 214.76 -
System Red Green Blue C M Y K H S L
Decimal 247 79 45 0 0.68 0.82 0.03 10.1 0.93 0.57
Hex F7 4F 2D 0 44 52 3 A 5D 39
Octal 367 117 55 0 104 122 3 12 135 71
Binary 11110111 1001111 101101 0 1000100 1010010 11 1010 1011101 111001

Color Harmonies of #F74F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74F2D

Black with #F74F2D

Text Example


Text Example

White with #F74F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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