Html Css Color HEX #F34228 Red Orange

📋 copy color: '#F34228'

red 243 ◦ green 66 ◦ blue 40

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

Shades of Red Orange #F34228

Tints of Red Orange #F34228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.46%

R = 69.63%
G = 18.91%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F34228 (or 0xF34228) is known color: Red Orange. HEX triplet: F3, 42 and 28. RGB value is (243,66,40). Sum of RGB (Red+Green+Blue) = 243+66+40=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F34228 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34228 is #0CBDD7. Grayscale: #747474. Windows color (decimal): -835032 or 2638579. OLE color: 2638579.

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

Color convert

RGB 243 66 40 -
CMYK 0 0.73 0.84 0.05
HSL 7.68º 0.89% 0.55% -
HSV(B) 7.68º 0.84% 0.95% -
XYZ 39.29 23.1 4.4 -
YUV 115.96 85.14 218.61 -
System Red Green Blue C M Y K H S L
Decimal 243 66 40 0 0.73 0.84 0.05 7.68 0.89 0.55
Hex F3 42 28 0 49 54 5 8 59 37
Octal 363 102 50 0 111 124 5 10 131 67
Binary 11110011 1000010 101000 0 1001001 1010100 101 1000 1011001 110111

Color Harmonies of #F34228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34228

Black with #F34228

Text Example


Text Example

White with #F34228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34228; }

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

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

background-color css

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

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

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

border-color css

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

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

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