Html Css Color HEX #F34B2D Red Orange

📋 copy color: '#F34B2D'

red 243 ◦ green 75 ◦ blue 45

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

Shades of Red Orange #F34B2D

Tints of Red Orange #F34B2D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.66%

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

R = 66.94%
G = 20.66%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F34B2D (or 0xF34B2D) is known color: Red Orange. HEX triplet: F3, 4B and 2D. RGB value is (243,75,45). Sum of RGB (Red+Green+Blue) = 243+75+45=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F34B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34B2D is #0CB4D2. Grayscale: #7A7A7A. Windows color (decimal): -832723 or 2968563. OLE color: 2968563.

HSL color Cylindrical-coordinate representation of color #F34B2D: hue angle of 9.09º 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 #F34B2D is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 75 45 -
CMYK 0 0.69 0.81 0.05
HSL 9.09º 0.89% 0.56% -
HSV(B) 9.09º 0.81% 0.95% -
XYZ 39.95 24.28 5.06 -
YUV 121.81 84.66 214.44 -
System Red Green Blue C M Y K H S L
Decimal 243 75 45 0 0.69 0.81 0.05 9.09 0.89 0.56
Hex F3 4B 2D 0 45 51 5 9 59 38
Octal 363 113 55 0 105 121 5 11 131 70
Binary 11110011 1001011 101101 0 1000101 1010001 101 1001 1011001 111000

Color Harmonies of #F34B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34B2D

Black with #F34B2D

Text Example


Text Example

White with #F34B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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