Html Css Color HEX #F7420D Orange Red

📋 copy color: '#F7420D'

red 247 ◦ green 66 ◦ blue 13

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

Shades of Orange Red #F7420D

Tints of Orange Red #F7420D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.99%

R = 75.77%
G = 20.25%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7420D (or 0xF7420D) is known color: Orange Red. HEX triplet: F7, 42 and 0D. RGB value is (247,66,13). Sum of RGB (Red+Green+Blue) = 247+66+13=326 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.77% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 247 - color contains mainly: red. Hex color #F7420D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7420D is #08BDF2. Grayscale: #727272. Windows color (decimal): -572915 or 869111. OLE color: 869111.

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

Color convert

RGB 247 66 13 -
CMYK 0 0.73 0.95 0.03
HSL 13.59º 0.94% 0.51% -
HSV(B) 13.59º 0.95% 0.97% -
XYZ 40.38 23.7 2.83 -
YUV 114.08 70.97 222.81 -
System Red Green Blue C M Y K H S L
Decimal 247 66 13 0 0.73 0.95 0.03 13.59 0.94 0.51
Hex F7 42 D 0 49 5F 3 E 5E 33
Octal 367 102 15 0 111 137 3 16 136 63
Binary 11110111 1000010 1101 0 1001001 1011111 11 1110 1011110 110011

Color Harmonies of #F7420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7420D

Black with #F7420D

Text Example


Text Example

White with #F7420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7420D; }

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

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

background-color css

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

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

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

border-color css

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

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

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