Html Css Color HEX #F3422D Red Orange

📋 copy color: '#F3422D'

red 243 ◦ green 66 ◦ blue 45

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

Shades of Red Orange #F3422D

Tints of Red Orange #F3422D

RGB

 RED value IS 243 (95.31% from 255) = 68.64%

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

 BLUE value IS 45 (17.97% from 255) = 12.71%

R = 68.64%
G = 18.64%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F3422D (or 0xF3422D) is known color: Red Orange. HEX triplet: F3, 42 and 2D. RGB value is (243,66,45). Sum of RGB (Red+Green+Blue) = 243+66+45=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F3422D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3422D is #0CBDD2. Grayscale: #747474. Windows color (decimal): -835027 or 2966259. OLE color: 2966259.

HSL color Cylindrical-coordinate representation of color #F3422D: hue angle of 6.36º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3422D is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 66 45 -
CMYK 0 0.73 0.81 0.05
HSL 6.36º 0.89% 0.56% -
HSV(B) 6.36º 0.81% 0.95% -
XYZ 39.38 23.14 4.87 -
YUV 116.53 87.64 218.21 -
System Red Green Blue C M Y K H S L
Decimal 243 66 45 0 0.73 0.81 0.05 6.36 0.89 0.56
Hex F3 42 2D 0 49 51 5 6 59 38
Octal 363 102 55 0 111 121 5 6 131 70
Binary 11110011 1000010 101101 0 1001001 1010001 101 110 1011001 111000

Color Harmonies of #F3422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3422D

Black with #F3422D

Text Example


Text Example

White with #F3422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3422D; }

 p { color: rgb(243,66,45); }

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

background-color css

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

 a { background-color: rgb(243,66,45); }

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

border-color css

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

 span { border-color: rgb(243,66,45); }

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