Html Css Color HEX #F7401C Red Orange

📋 copy color: '#F7401C'

red 247 ◦ green 64 ◦ blue 28

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

Shades of Red Orange #F7401C

Tints of Red Orange #F7401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.88%

 BLUE value IS 28 (11.33% from 255) = 8.26%

R = 72.86%
G = 18.88%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F7401C (or 0xF7401C) is known color: Red Orange. HEX triplet: F7, 40 and 1C. RGB value is (247,64,28). Sum of RGB (Red+Green+Blue) = 247+64+28=339 (44% of max value = 765). Red value is 247 (96.88% from 255 or 72.86% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 247 - color contains mainly: red. Hex color #F7401C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7401C is #08BFE3. Grayscale: #727272. Windows color (decimal): -573412 or 1851639. OLE color: 1851639.

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

Color convert

RGB 247 64 28 -
CMYK 0 0.74 0.89 0.03
HSL 9.86º 0.93% 0.54% -
HSV(B) 9.86º 0.89% 0.97% -
XYZ 40.4 23.52 3.51 -
YUV 114.61 79.13 222.43 -
System Red Green Blue C M Y K H S L
Decimal 247 64 28 0 0.74 0.89 0.03 9.86 0.93 0.54
Hex F7 40 1C 0 4A 59 3 A 5D 36
Octal 367 100 34 0 112 131 3 12 135 66
Binary 11110111 1000000 11100 0 1001010 1011001 11 1010 1011101 110110

Color Harmonies of #F7401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7401C

Black with #F7401C

Text Example


Text Example

White with #F7401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7401C; }

 p { color: rgb(247,64,28); }

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

background-color css

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

 a { background-color: rgb(247,64,28); }

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

border-color css

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

 span { border-color: rgb(247,64,28); }

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