Html Css Color HEX #F74A2B Red Orange

📋 copy color: '#F74A2B'

red 247 ◦ green 74 ◦ blue 43

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

Shades of Red Orange #F74A2B

Tints of Red Orange #F74A2B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.33%

 BLUE value IS 43 (17.19% from 255) = 11.81%

R = 67.86%
G = 20.33%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F74A2B (or 0xF74A2B) is known color: Red Orange. HEX triplet: F7, 4A and 2B. RGB value is (247,74,43). Sum of RGB (Red+Green+Blue) = 247+74+43=364 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.86% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74A2B is #08B5D4. Grayscale: #7A7A7A. Windows color (decimal): -570837 or 2837239. OLE color: 2837239.

HSL color Cylindrical-coordinate representation of color #F74A2B: hue angle of 9.12º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F74A2B is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 74 43 -
CMYK 0 0.70 0.83 0.03
HSL 9.12º 0.93% 0.57% -
HSV(B) 9.12º 0.83% 0.97% -
XYZ 41.24 24.85 4.91 -
YUV 122.19 83.31 217.02 -
System Red Green Blue C M Y K H S L
Decimal 247 74 43 0 0.70 0.83 0.03 9.12 0.93 0.57
Hex F7 4A 2B 0 46 53 3 9 5D 39
Octal 367 112 53 0 106 123 3 11 135 71
Binary 11110111 1001010 101011 0 1000110 1010011 11 1001 1011101 111001

Color Harmonies of #F74A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74A2B

Black with #F74A2B

Text Example


Text Example

White with #F74A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74A2B; }

 p { color: rgb(247,74,43); }

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

background-color css

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

 a { background-color: rgb(247,74,43); }

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

border-color css

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

 span { border-color: rgb(247,74,43); }

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