Html Css Color HEX #F34015 Orange Red

📋 copy color: '#F34015'

red 243 ◦ green 64 ◦ blue 21

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

Shades of Orange Red #F34015

Tints of Orange Red #F34015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.51%

 BLUE value IS 21 (8.59% from 255) = 6.4%

R = 74.09%
G = 19.51%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F34015 (or 0xF34015) is known color: Orange Red. HEX triplet: F3, 40 and 15. RGB value is (243,64,21). Sum of RGB (Red+Green+Blue) = 243+64+21=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F34015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34015 is #0CBFEA. Grayscale: #707070. Windows color (decimal): -835563 or 1392883. OLE color: 1392883.

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

Color convert

RGB 243 64 21 -
CMYK 0 0.74 0.91 0.05
HSL 11.62º 0.9% 0.52% -
HSV(B) 11.62º 0.91% 0.95% -
XYZ 38.93 22.78 3.05 -
YUV 112.62 76.3 221 -
System Red Green Blue C M Y K H S L
Decimal 243 64 21 0 0.74 0.91 0.05 11.62 0.9 0.52
Hex F3 40 15 0 4A 5B 5 C 5A 34
Octal 363 100 25 0 112 133 5 14 132 64
Binary 11110011 1000000 10101 0 1001010 1011011 101 1100 1011010 110100

Color Harmonies of #F34015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34015

Black with #F34015

Text Example


Text Example

White with #F34015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34015; }

 p { color: rgb(243,64,21); }

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

background-color css

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

 a { background-color: rgb(243,64,21); }

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

border-color css

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

 span { border-color: rgb(243,64,21); }

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