Html Css Color HEX #F7421A Orange Red

📋 copy color: '#F7421A'

red 247 ◦ green 66 ◦ blue 26

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

Shades of Orange Red #F7421A

Tints of Orange Red #F7421A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.67%

R = 72.86%
G = 19.47%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F7421A (or 0xF7421A) is known color: Orange Red. HEX triplet: F7, 42 and 1A. RGB value is (247,66,26). Sum of RGB (Red+Green+Blue) = 247+66+26=339 (44% of max value = 765). Red value is 247 (96.88% from 255 or 72.86% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 247 - color contains mainly: red. Hex color #F7421A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7421A is #08BDE5. Grayscale: #737373. Windows color (decimal): -572902 or 1721079. OLE color: 1721079.

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

Color convert

RGB 247 66 26 -
CMYK 0 0.73 0.89 0.03
HSL 10.86º 0.93% 0.54% -
HSV(B) 10.86º 0.89% 0.97% -
XYZ 40.49 23.75 3.43 -
YUV 115.56 77.47 221.75 -
System Red Green Blue C M Y K H S L
Decimal 247 66 26 0 0.73 0.89 0.03 10.86 0.93 0.54
Hex F7 42 1A 0 49 59 3 B 5D 36
Octal 367 102 32 0 111 131 3 13 135 66
Binary 11110111 1000010 11010 0 1001001 1011001 11 1011 1011101 110110

Color Harmonies of #F7421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7421A

Black with #F7421A

Text Example


Text Example

White with #F7421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7421A; }

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

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

background-color css

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

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

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

border-color css

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

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

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