Html Css Color HEX #F3430E Orange Red

📋 copy color: '#F3430E'

red 243 ◦ green 67 ◦ blue 14

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

Shades of Orange Red #F3430E

Tints of Orange Red #F3430E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.32%

R = 75%
G = 20.68%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F3430E (or 0xF3430E) is known color: Orange Red. HEX triplet: F3, 43 and 0E. RGB value is (243,67,14). Sum of RGB (Red+Green+Blue) = 243+67+14=324 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 243 - color contains mainly: red. Hex color #F3430E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3430E is #0CBCF1. Grayscale: #717171. Windows color (decimal): -834802 or 934899. OLE color: 934899.

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

Color convert

RGB 243 67 14 -
CMYK 0 0.72 0.94 0.05
HSL 13.89º 0.91% 0.5% -
HSV(B) 13.89º 0.94% 0.95% -
XYZ 39.05 23.1 2.82 -
YUV 113.58 71.81 220.31 -
System Red Green Blue C M Y K H S L
Decimal 243 67 14 0 0.72 0.94 0.05 13.89 0.91 0.5
Hex F3 43 E 0 48 5E 5 E 5B 32
Octal 363 103 16 0 110 136 5 16 133 62
Binary 11110011 1000011 1110 0 1001000 1011110 101 1110 1011011 110010

Color Harmonies of #F3430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3430E

Black with #F3430E

Text Example


Text Example

White with #F3430E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3430E; }

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

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

background-color css

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

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

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

border-color css

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

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

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