Html Css Color HEX #F54200 Orange Red

📋 copy color: '#F54200'

red 245 ◦ green 66 ◦ blue 0

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

Shades of Orange Red #F54200

Tints of Orange Red #F54200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.78%
G = 21.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F54200 (or 0xF54200) is known color: Orange Red. HEX triplet: F5, 42 and 00. RGB value is (245,66,0). Sum of RGB (Red+Green+Blue) = 245+66+0=311 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.78% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 245 - color contains mainly: red. Hex color #F54200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54200 is #0ABDFF. Grayscale: #707070. Windows color (decimal): -704000 or 17141. OLE color: 17141.

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

Color convert

RGB 245 66 0 -
CMYK 0 0.73 1 0.04
HSL 16.16º 1% 0.48% -
HSV(B) 16.16º 1% 0.96% -
XYZ 39.6 23.31 2.41 -
YUV 112 64.8 222.87 -
System Red Green Blue C M Y K H S L
Decimal 245 66 0 0 0.73 1 0.04 16.16 1 0.48
Hex F5 42 0 0 49 64 4 10 64 30
Octal 365 102 0 0 111 144 4 20 144 60
Binary 11110101 1000010 0 0 1001001 1100100 100 10000 1100100 110000

Color Harmonies of #F54200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54200

Black with #F54200

Text Example


Text Example

White with #F54200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54200; }

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

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

background-color css

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

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

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

border-color css

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

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

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