Html Css Color HEX #F54330 Red Orange

📋 copy color: '#F54330'

red 245 ◦ green 67 ◦ blue 48

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

Shades of Red Orange #F54330

Tints of Red Orange #F54330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.61%

 BLUE value IS 48 (19.14% from 255) = 13.33%

R = 68.06%
G = 18.61%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F54330 (or 0xF54330) is known color: Red Orange. HEX triplet: F5, 43 and 30. RGB value is (245,67,48). Sum of RGB (Red+Green+Blue) = 245+67+48=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F54330 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54330 is #0ABCCF. Grayscale: #767676. Windows color (decimal): -703696 or 3163125. OLE color: 3163125.

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

Color convert

RGB 245 67 48 -
CMYK 0 0.73 0.80 0.04
HSL 5.79º 0.91% 0.57% -
HSV(B) 5.79º 0.8% 0.96% -
XYZ 40.2 23.64 5.24 -
YUV 118.06 88.47 218.54 -
System Red Green Blue C M Y K H S L
Decimal 245 67 48 0 0.73 0.80 0.04 5.79 0.91 0.57
Hex F5 43 30 0 49 50 4 6 5B 39
Octal 365 103 60 0 111 120 4 6 133 71
Binary 11110101 1000011 110000 0 1001001 1010000 100 110 1011011 111001

Color Harmonies of #F54330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54330

Black with #F54330

Text Example


Text Example

White with #F54330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54330; }

 p { color: rgb(245,67,48); }

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

background-color css

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

 a { background-color: rgb(245,67,48); }

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

border-color css

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

 span { border-color: rgb(245,67,48); }

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