Html Css Color HEX #F5402C Red Orange

📋 copy color: '#F5402C'

red 245 ◦ green 64 ◦ blue 44

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

Shades of Red Orange #F5402C

Tints of Red Orange #F5402C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.46%

R = 69.41%
G = 18.13%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5402C (or 0xF5402C) is known color: Red Orange. HEX triplet: F5, 40 and 2C. RGB value is (245,64,44). Sum of RGB (Red+Green+Blue) = 245+64+44=353 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.41% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 245 - color contains mainly: red. Hex color #F5402C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5402C is #0ABFD3. Grayscale: #747474. Windows color (decimal): -704468 or 2900213. OLE color: 2900213.

HSL color Cylindrical-coordinate representation of color #F5402C: hue angle of 5.97º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5402C is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 64 44 -
CMYK 0 0.74 0.82 0.04
HSL 5.97º 0.91% 0.57% -
HSV(B) 5.97º 0.82% 0.96% -
XYZ 39.94 23.26 4.77 -
YUV 115.84 87.47 220.13 -
System Red Green Blue C M Y K H S L
Decimal 245 64 44 0 0.74 0.82 0.04 5.97 0.91 0.57
Hex F5 40 2C 0 4A 52 4 6 5B 39
Octal 365 100 54 0 112 122 4 6 133 71
Binary 11110101 1000000 101100 0 1001010 1010010 100 110 1011011 111001

Color Harmonies of #F5402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5402C

Black with #F5402C

Text Example


Text Example

White with #F5402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5402C; }

 p { color: rgb(245,64,44); }

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

background-color css

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

 a { background-color: rgb(245,64,44); }

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

border-color css

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

 span { border-color: rgb(245,64,44); }

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