Html Css Color HEX #F74F25 Outrageous Orange

📋 copy color: '#F74F25'

red 247 ◦ green 79 ◦ blue 37

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

Shades of Outrageous Orange #F74F25

Tints of Outrageous Orange #F74F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.19%

R = 68.04%
G = 21.76%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F74F25 (or 0xF74F25) is known color: Outrageous Orange. HEX triplet: F7, 4F and 25. RGB value is (247,79,37). Sum of RGB (Red+Green+Blue) = 247+79+37=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F74F25 is #08B0DA. Grayscale: #7C7C7C. Windows color (decimal): -569563 or 2445303. OLE color: 2445303.

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

Color convert

RGB 247 79 37 -
CMYK 0 0.68 0.85 0.03
HSL 12º 0.93% 0.56% -
HSV(B) 12º 0.85% 0.97% -
XYZ 41.49 25.5 4.49 -
YUV 124.44 78.66 215.42 -
System Red Green Blue C M Y K H S L
Decimal 247 79 37 0 0.68 0.85 0.03 12 0.93 0.56
Hex F7 4F 25 0 44 55 3 C 5D 38
Octal 367 117 45 0 104 125 3 14 135 70
Binary 11110111 1001111 100101 0 1000100 1010101 11 1100 1011101 111000

Color Harmonies of #F74F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74F25

Black with #F74F25

Text Example


Text Example

White with #F74F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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