Html Css Color HEX #F53802 Orange Red

📋 copy color: '#F53802'

red 245 ◦ green 56 ◦ blue 2

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

Shades of Orange Red #F53802

Tints of Orange Red #F53802

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.48%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 80.86%
G = 18.48%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F53802 (or 0xF53802) is known color: Orange Red. HEX triplet: F5, 38 and 02. RGB value is (245,56,2). Sum of RGB (Red+Green+Blue) = 245+56+2=303 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.86% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 245 - color contains mainly: red. Hex color #F53802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53802 is #0AC7FD. Grayscale: #6A6A6A. Windows color (decimal): -706558 or 145653. OLE color: 145653.

HSL color Cylindrical-coordinate representation of color #F53802: hue angle of 13.33º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F53802 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 56 2 -
CMYK 0 0.77 0.99 0.04
HSL 13.33º 0.98% 0.48% -
HSV(B) 13.33º 0.99% 0.96% -
XYZ 39.08 22.25 2.29 -
YUV 106.36 69.12 226.89 -
System Red Green Blue C M Y K H S L
Decimal 245 56 2 0 0.77 0.99 0.04 13.33 0.98 0.48
Hex F5 38 2 0 4D 63 4 D 62 30
Octal 365 70 2 0 115 143 4 15 142 60
Binary 11110101 111000 10 0 1001101 1100011 100 1101 1100010 110000

Color Harmonies of #F53802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53802

Black with #F53802

Text Example


Text Example

White with #F53802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53802; }

 p { color: rgb(245,56,2); }

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

background-color css

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

 a { background-color: rgb(245,56,2); }

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

border-color css

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

 span { border-color: rgb(245,56,2); }

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