Html Css Color HEX #F34306 Orange Red

📋 copy color: '#F34306'

red 243 ◦ green 67 ◦ blue 6

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

Shades of Orange Red #F34306

Tints of Orange Red #F34306

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.2%

 BLUE value IS 6 (2.73% from 255) = 1.9%

R = 76.9%
G = 21.2%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F34306 (or 0xF34306) is known color: Orange Red. HEX triplet: F3, 43 and 06. RGB value is (243,67,6). Sum of RGB (Red+Green+Blue) = 243+67+6=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F34306 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34306 is #0CBCF9. Grayscale: #717171. Windows color (decimal): -834810 or 410611. OLE color: 410611.

HSL color Cylindrical-coordinate representation of color #F34306: hue angle of 15.44º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F34306 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 67 6 -
CMYK 0 0.72 0.98 0.05
HSL 15.44º 0.95% 0.49% -
HSV(B) 15.44º 0.98% 0.95% -
XYZ 39 23.08 2.57 -
YUV 112.67 67.81 220.96 -
System Red Green Blue C M Y K H S L
Decimal 243 67 6 0 0.72 0.98 0.05 15.44 0.95 0.49
Hex F3 43 6 0 48 62 5 F 5F 31
Octal 363 103 6 0 110 142 5 17 137 61
Binary 11110011 1000011 110 0 1001000 1100010 101 1111 1011111 110001

Color Harmonies of #F34306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34306

Black with #F34306

Text Example


Text Example

White with #F34306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34306; }

 p { color: rgb(243,67,6); }

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

background-color css

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

 a { background-color: rgb(243,67,6); }

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

border-color css

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

 span { border-color: rgb(243,67,6); }

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