Html Css Color HEX #F7421B Red Orange

📋 copy color: '#F7421B'

red 247 ◦ green 66 ◦ blue 27

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

Shades of Red Orange #F7421B

Tints of Red Orange #F7421B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.94%

R = 72.65%
G = 19.41%
B = 7.94%

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

#F7421B (or 0xF7421B) is known color: Red Orange. HEX triplet: F7, 42 and 1B. RGB value is (247,66,27). Sum of RGB (Red+Green+Blue) = 247+66+27=340 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.65% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 247 - color contains mainly: red. Hex color #F7421B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7421B is #08BDE4. Grayscale: #747474. Windows color (decimal): -572901 or 1786615. OLE color: 1786615.

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

Color convert

RGB 247 66 27 -
CMYK 0 0.73 0.89 0.03
HSL 10.64º 0.93% 0.54% -
HSV(B) 10.64º 0.89% 0.97% -
XYZ 40.5 23.75 3.49 -
YUV 115.67 77.97 221.67 -
System Red Green Blue C M Y K H S L
Decimal 247 66 27 0 0.73 0.89 0.03 10.64 0.93 0.54
Hex F7 42 1B 0 49 59 3 B 5D 36
Octal 367 102 33 0 111 131 3 13 135 66
Binary 11110111 1000010 11011 0 1001001 1011001 11 1011 1011101 110110

Color Harmonies of #F7421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7421B

Black with #F7421B

Text Example


Text Example

White with #F7421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7421B; }

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

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

background-color css

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

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

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

border-color css

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

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

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