Html Css Color HEX #F54502 Orange Red

📋 copy color: '#F54502'

red 245 ◦ green 69 ◦ blue 2

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

Shades of Orange Red #F54502

Tints of Orange Red #F54502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.84%

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

R = 77.53%
G = 21.84%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F54502 (or 0xF54502) is known color: Orange Red. HEX triplet: F5, 45 and 02. RGB value is (245,69,2). Sum of RGB (Red+Green+Blue) = 245+69+2=316 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.53% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 245 - color contains mainly: red. Hex color #F54502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54502 is #0ABAFD. Grayscale: #727272. Windows color (decimal): -703230 or 148981. OLE color: 148981.

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

Color convert

RGB 245 69 2 -
CMYK 0 0.72 0.99 0.04
HSL 16.54º 0.98% 0.48% -
HSV(B) 16.54º 0.99% 0.96% -
XYZ 39.8 23.67 2.53 -
YUV 113.99 64.81 221.45 -
System Red Green Blue C M Y K H S L
Decimal 245 69 2 0 0.72 0.99 0.04 16.54 0.98 0.48
Hex F5 45 2 0 48 63 4 11 62 30
Octal 365 105 2 0 110 143 4 21 142 60
Binary 11110101 1000101 10 0 1001000 1100011 100 10001 1100010 110000

Color Harmonies of #F54502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54502

Black with #F54502

Text Example


Text Example

White with #F54502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54502; }

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

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

background-color css

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

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

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

border-color css

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

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

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