Html Css Color HEX #F34222 Red Orange

📋 copy color: '#F34222'

red 243 ◦ green 66 ◦ blue 34

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

Shades of Red Orange #F34222

Tints of Red Orange #F34222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.91%

R = 70.85%
G = 19.24%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F34222 (or 0xF34222) is known color: Red Orange. HEX triplet: F3, 42 and 22. RGB value is (243,66,34). Sum of RGB (Red+Green+Blue) = 243+66+34=343 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.85% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 243 - color contains mainly: red. Hex color #F34222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34222 is #0CBDDD. Grayscale: #737373. Windows color (decimal): -835038 or 2245363. OLE color: 2245363.

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

Color convert

RGB 243 66 34 -
CMYK 0 0.73 0.86 0.05
HSL 9.19º 0.9% 0.54% -
HSV(B) 9.19º 0.86% 0.95% -
XYZ 39.2 23.07 3.9 -
YUV 115.28 82.14 219.1 -
System Red Green Blue C M Y K H S L
Decimal 243 66 34 0 0.73 0.86 0.05 9.19 0.9 0.54
Hex F3 42 22 0 49 56 5 9 5A 36
Octal 363 102 42 0 111 126 5 11 132 66
Binary 11110011 1000010 100010 0 1001001 1010110 101 1001 1011010 110110

Color Harmonies of #F34222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34222

Black with #F34222

Text Example


Text Example

White with #F34222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34222; }

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

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

background-color css

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

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

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

border-color css

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

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

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