Html Css Color HEX #F74D1F Red Orange

📋 copy color: '#F74D1F'

red 247 ◦ green 77 ◦ blue 31

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

Shades of Red Orange #F74D1F

Tints of Red Orange #F74D1F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.69%

 BLUE value IS 31 (12.5% from 255) = 8.73%

R = 69.58%
G = 21.69%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F74D1F (or 0xF74D1F) is known color: Red Orange. HEX triplet: F7, 4D and 1F. RGB value is (247,77,31). Sum of RGB (Red+Green+Blue) = 247+77+31=355 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.58% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F74D1F is #08B2E0. Grayscale: #7A7A7A. Windows color (decimal): -570081 or 2051575. OLE color: 2051575.

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

Color convert

RGB 247 77 31 -
CMYK 0 0.69 0.87 0.03
HSL 12.78º 0.93% 0.55% -
HSV(B) 12.78º 0.87% 0.97% -
XYZ 41.26 25.18 3.98 -
YUV 122.59 76.32 216.74 -
System Red Green Blue C M Y K H S L
Decimal 247 77 31 0 0.69 0.87 0.03 12.78 0.93 0.55
Hex F7 4D 1F 0 45 57 3 D 5D 37
Octal 367 115 37 0 105 127 3 15 135 67
Binary 11110111 1001101 11111 0 1000101 1010111 11 1101 1011101 110111

Color Harmonies of #F74D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74D1F

Black with #F74D1F

Text Example


Text Example

White with #F74D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74D1F; }

 p { color: rgb(247,77,31); }

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

background-color css

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

 a { background-color: rgb(247,77,31); }

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

border-color css

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

 span { border-color: rgb(247,77,31); }

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