Html Css Color HEX #F54802 Orange Red

📋 copy color: '#F54802'

red 245 ◦ green 72 ◦ blue 2

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

Shades of Orange Red #F54802

Tints of Orange Red #F54802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.57%

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

R = 76.8%
G = 22.57%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F54802 (or 0xF54802) is known color: Orange Red. HEX triplet: F5, 48 and 02. RGB value is (245,72,2). Sum of RGB (Red+Green+Blue) = 245+72+2=319 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.80% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 245 - color contains mainly: red. Hex color #F54802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54802 is #0AB7FD. Grayscale: #747474. Windows color (decimal): -702462 or 149749. OLE color: 149749.

HSL color Cylindrical-coordinate representation of color #F54802: hue angle of 17.28º 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 #F54802 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 72 2 -
CMYK 0 0.71 0.99 0.04
HSL 17.28º 0.98% 0.48% -
HSV(B) 17.28º 0.99% 0.96% -
XYZ 39.98 24.05 2.59 -
YUV 115.75 63.81 220.19 -
System Red Green Blue C M Y K H S L
Decimal 245 72 2 0 0.71 0.99 0.04 17.28 0.98 0.48
Hex F5 48 2 0 47 63 4 11 62 30
Octal 365 110 2 0 107 143 4 21 142 60
Binary 11110101 1001000 10 0 1000111 1100011 100 10001 1100010 110000

Color Harmonies of #F54802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54802

Black with #F54802

Text Example


Text Example

White with #F54802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54802; }

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

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

background-color css

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

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

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

border-color css

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

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

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