Html Css Color HEX #F34319 Orange Red

📋 copy color: '#F34319'

red 243 ◦ green 67 ◦ blue 25

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

Shades of Orange Red #F34319

Tints of Orange Red #F34319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.46%

R = 72.54%
G = 20%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F34319 (or 0xF34319) is known color: Orange Red. HEX triplet: F3, 43 and 19. RGB value is (243,67,25). Sum of RGB (Red+Green+Blue) = 243+67+25=335 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.54% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 243 - color contains mainly: red. Hex color #F34319 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34319 is #0CBCE6. Grayscale: #737373. Windows color (decimal): -834791 or 1655795. OLE color: 1655795.

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

Color convert

RGB 243 67 25 -
CMYK 0 0.72 0.90 0.05
HSL 11.56º 0.9% 0.53% -
HSV(B) 11.56º 0.9% 0.95% -
XYZ 39.14 23.14 3.32 -
YUV 114.84 77.31 219.42 -
System Red Green Blue C M Y K H S L
Decimal 243 67 25 0 0.72 0.90 0.05 11.56 0.9 0.53
Hex F3 43 19 0 48 5A 5 C 5A 35
Octal 363 103 31 0 110 132 5 14 132 65
Binary 11110011 1000011 11001 0 1001000 1011010 101 1100 1011010 110101

Color Harmonies of #F34319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34319

Black with #F34319

Text Example


Text Example

White with #F34319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34319; }

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

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

background-color css

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

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

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

border-color css

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

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

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