Html Css Color HEX #F5423A Red Orange

📋 copy color: '#F5423A'

red 245 ◦ green 66 ◦ blue 58

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

Shades of Red Orange #F5423A

Tints of Red Orange #F5423A

RGB

 RED value IS 245 (96.09% from 255) = 66.4%

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

 BLUE value IS 58 (23.05% from 255) = 15.72%

R = 66.4%
G = 17.89%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5423A (or 0xF5423A) is known color: Red Orange. HEX triplet: F5, 42 and 3A. RGB value is (245,66,58). Sum of RGB (Red+Green+Blue) = 245+66+58=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F5423A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5423A is #0ABDC5. Grayscale: #767676. Windows color (decimal): -703942 or 3818229. OLE color: 3818229.

HSL color Cylindrical-coordinate representation of color #F5423A: hue angle of 2.57º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5423A is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 66 58 -
CMYK 0 0.73 0.76 0.04
HSL 2.57º 0.9% 0.59% -
HSV(B) 2.57º 0.76% 0.96% -
XYZ 40.37 23.61 6.43 -
YUV 118.61 93.8 218.15 -
System Red Green Blue C M Y K H S L
Decimal 245 66 58 0 0.73 0.76 0.04 2.57 0.9 0.59
Hex F5 42 3A 0 49 4C 4 3 5A 3B
Octal 365 102 72 0 111 114 4 3 132 73
Binary 11110101 1000010 111010 0 1001001 1001100 100 11 1011010 111011

Color Harmonies of #F5423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5423A

Black with #F5423A

Text Example


Text Example

White with #F5423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5423A; }

 p { color: rgb(245,66,58); }

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

background-color css

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

 a { background-color: rgb(245,66,58); }

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

border-color css

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

 span { border-color: rgb(245,66,58); }

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