Html Css Color HEX #F54B28 Red Orange

📋 copy color: '#F54B28'

red 245 ◦ green 75 ◦ blue 40

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

Shades of Red Orange #F54B28

Tints of Red Orange #F54B28

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.83%

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 68.06%
G = 20.83%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F54B28 (or 0xF54B28) is known color: Red Orange. HEX triplet: F5, 4B and 28. RGB value is (245,75,40). Sum of RGB (Red+Green+Blue) = 245+75+40=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F54B28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54B28 is #0AB4D7. Grayscale: #7A7A7A. Windows color (decimal): -701656 or 2640885. OLE color: 2640885.

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

Color convert

RGB 245 75 40 -
CMYK 0 0.69 0.84 0.04
HSL 10.24º 0.91% 0.56% -
HSV(B) 10.24º 0.84% 0.96% -
XYZ 40.56 24.6 4.62 -
YUV 121.84 81.82 215.85 -
System Red Green Blue C M Y K H S L
Decimal 245 75 40 0 0.69 0.84 0.04 10.24 0.91 0.56
Hex F5 4B 28 0 45 54 4 A 5B 38
Octal 365 113 50 0 105 124 4 12 133 70
Binary 11110101 1001011 101000 0 1000101 1010100 100 1010 1011011 111000

Color Harmonies of #F54B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54B28

Black with #F54B28

Text Example


Text Example

White with #F54B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54B28; }

 p { color: rgb(245,75,40); }

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

background-color css

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

 a { background-color: rgb(245,75,40); }

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

border-color css

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

 span { border-color: rgb(245,75,40); }

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