Html Css Color HEX #F7420B Orange Red

📋 copy color: '#F7420B'

red 247 ◦ green 66 ◦ blue 11

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

Shades of Orange Red #F7420B

Tints of Orange Red #F7420B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.37%

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

R = 76.23%
G = 20.37%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7420B (or 0xF7420B) is known color: Orange Red. HEX triplet: F7, 42 and 0B. RGB value is (247,66,11). Sum of RGB (Red+Green+Blue) = 247+66+11=324 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.23% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 247 - color contains mainly: red. Hex color #F7420B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7420B is #08BDF4. Grayscale: #727272. Windows color (decimal): -572917 or 738039. OLE color: 738039.

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

Color convert

RGB 247 66 11 -
CMYK 0 0.73 0.96 0.03
HSL 13.98º 0.94% 0.51% -
HSV(B) 13.98º 0.96% 0.97% -
XYZ 40.37 23.69 2.76 -
YUV 113.85 69.97 222.97 -
System Red Green Blue C M Y K H S L
Decimal 247 66 11 0 0.73 0.96 0.03 13.98 0.94 0.51
Hex F7 42 B 0 49 60 3 E 5E 33
Octal 367 102 13 0 111 140 3 16 136 63
Binary 11110111 1000010 1011 0 1001001 1100000 11 1110 1011110 110011

Color Harmonies of #F7420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7420B

Black with #F7420B

Text Example


Text Example

White with #F7420B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7420B; }

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

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

background-color css

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

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

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

border-color css

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

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

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