Html Css Color HEX #F34231 Red Orange

📋 copy color: '#F34231'

red 243 ◦ green 66 ◦ blue 49

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

Shades of Red Orange #F34231

Tints of Red Orange #F34231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.69%

R = 67.88%
G = 18.44%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F34231 (or 0xF34231) is known color: Red Orange. HEX triplet: F3, 42 and 31. RGB value is (243,66,49). Sum of RGB (Red+Green+Blue) = 243+66+49=358 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.88% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 243 - color contains mainly: red. Hex color #F34231 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34231 is #0CBDCE. Grayscale: #757575. Windows color (decimal): -835023 or 3228403. OLE color: 3228403.

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

Color convert

RGB 243 66 49 -
CMYK 0 0.73 0.80 0.05
HSL 5.26º 0.89% 0.57% -
HSV(B) 5.26º 0.8% 0.95% -
XYZ 39.46 23.17 5.3 -
YUV 116.99 89.64 217.88 -
System Red Green Blue C M Y K H S L
Decimal 243 66 49 0 0.73 0.80 0.05 5.26 0.89 0.57
Hex F3 42 31 0 49 50 5 5 59 39
Octal 363 102 61 0 111 120 5 5 131 71
Binary 11110011 1000010 110001 0 1001001 1010000 101 101 1011001 111001

Color Harmonies of #F34231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34231

Black with #F34231

Text Example


Text Example

White with #F34231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34231; }

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

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

background-color css

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

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

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

border-color css

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

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

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