Html Css Color HEX #F7400B Orange Red

📋 copy color: '#F7400B'

red 247 ◦ green 64 ◦ blue 11

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

Shades of Orange Red #F7400B

Tints of Orange Red #F7400B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.42%

R = 76.71%
G = 19.88%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7400B (or 0xF7400B) is known color: Orange Red. HEX triplet: F7, 40 and 0B. RGB value is (247,64,11). Sum of RGB (Red+Green+Blue) = 247+64+11=322 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.71% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 247 - color contains mainly: red. Hex color #F7400B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7400B is #08BFF4. Grayscale: #717171. Windows color (decimal): -573429 or 737527. OLE color: 737527.

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

Color convert

RGB 247 64 11 -
CMYK 0 0.74 0.96 0.03
HSL 13.47º 0.94% 0.51% -
HSV(B) 13.47º 0.96% 0.97% -
XYZ 40.25 23.47 2.72 -
YUV 112.68 70.63 223.81 -
System Red Green Blue C M Y K H S L
Decimal 247 64 11 0 0.74 0.96 0.03 13.47 0.94 0.51
Hex F7 40 B 0 4A 60 3 D 5E 33
Octal 367 100 13 0 112 140 3 15 136 63
Binary 11110111 1000000 1011 0 1001010 1100000 11 1101 1011110 110011

Color Harmonies of #F7400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7400B

Black with #F7400B

Text Example


Text Example

White with #F7400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7400B; }

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

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

background-color css

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

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

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

border-color css

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

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

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