Html Css Color HEX #F45030 Outrageous Orange

📋 copy color: '#F45030'

red 244 ◦ green 80 ◦ blue 48

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

Shades of Outrageous Orange #F45030

Tints of Outrageous Orange #F45030

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.51%

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

R = 65.59%
G = 21.51%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F45030 (or 0xF45030) is known color: Outrageous Orange. HEX triplet: F4, 50 and 30. RGB value is (244,80,48). Sum of RGB (Red+Green+Blue) = 244+80+48=372 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.59% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 244 - color contains mainly: red. Hex color #F45030 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45030 is #0BAFCF. Grayscale: #7D7D7D. Windows color (decimal): -765904 or 3166452. OLE color: 3166452.

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

Color convert

RGB 244 80 48 -
CMYK 0 0.67 0.80 0.04
HSL 9.8º 0.9% 0.57% -
HSV(B) 9.8º 0.8% 0.96% -
XYZ 40.71 25.18 5.51 -
YUV 125.39 84.33 212.6 -
System Red Green Blue C M Y K H S L
Decimal 244 80 48 0 0.67 0.80 0.04 9.8 0.9 0.57
Hex F4 50 30 0 43 50 4 A 5A 39
Octal 364 120 60 0 103 120 4 12 132 71
Binary 11110100 1010000 110000 0 1000011 1010000 100 1010 1011010 111001

Color Harmonies of #F45030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45030

Black with #F45030

Text Example


Text Example

White with #F45030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45030; }

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

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

background-color css

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

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

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

border-color css

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

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

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