Html Css Color HEX #F45A30 Outrageous Orange

📋 copy color: '#F45A30'

red 244 ◦ green 90 ◦ blue 48

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

Shades of Outrageous Orange #F45A30

Tints of Outrageous Orange #F45A30

RGB

 RED value IS 244 (95.7% from 255) = 63.87%

 GREEN value IS 90 (35.55% from 255) = 23.56%

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

R = 63.87%
G = 23.56%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F45A30 (or 0xF45A30) is known color: Outrageous Orange. HEX triplet: F4, 5A and 30. RGB value is (244,90,48). Sum of RGB (Red+Green+Blue) = 244+90+48=382 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.87% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45A30 is #0BA5CF. Grayscale: #838383. Windows color (decimal): -763344 or 3169012. OLE color: 3169012.

HSL color Cylindrical-coordinate representation of color #F45A30: hue angle of 12.86º degrees, saturation: 0.9, 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 #F45A30 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 90 48 -
CMYK 0 0.63 0.80 0.04
HSL 12.86º 0.9% 0.57% -
HSV(B) 12.86º 0.8% 0.96% -
XYZ 41.5 26.76 5.77 -
YUV 131.26 81.02 208.42 -
System Red Green Blue C M Y K H S L
Decimal 244 90 48 0 0.63 0.80 0.04 12.86 0.9 0.57
Hex F4 5A 30 0 3F 50 4 D 5A 39
Octal 364 132 60 0 77 120 4 15 132 71
Binary 11110100 1011010 110000 0 111111 1010000 100 1101 1011010 111001

Color Harmonies of #F45A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45A30

Black with #F45A30

Text Example


Text Example

White with #F45A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45A30; }

 p { color: rgb(244,90,48); }

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

background-color css

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

 a { background-color: rgb(244,90,48); }

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

border-color css

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

 span { border-color: rgb(244,90,48); }

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