Html Css Color HEX #F45530 Outrageous Orange

📋 copy color: '#F45530'

red 244 ◦ green 85 ◦ blue 48

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

Shades of Outrageous Orange #F45530

Tints of Outrageous Orange #F45530

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.55%

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

R = 64.72%
G = 22.55%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F45530 (or 0xF45530) is known color: Outrageous Orange. HEX triplet: F4, 55 and 30. RGB value is (244,85,48). Sum of RGB (Red+Green+Blue) = 244+85+48=377 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.72% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 244 - color contains mainly: red. Hex color #F45530 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45530 is #0BAACF. Grayscale: #808080. Windows color (decimal): -764624 or 3167732. OLE color: 3167732.

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

Color convert

RGB 244 85 48 -
CMYK 0 0.65 0.80 0.04
HSL 11.33º 0.9% 0.57% -
HSV(B) 11.33º 0.8% 0.96% -
XYZ 41.09 25.94 5.64 -
YUV 128.32 82.68 210.51 -
System Red Green Blue C M Y K H S L
Decimal 244 85 48 0 0.65 0.80 0.04 11.33 0.9 0.57
Hex F4 55 30 0 41 50 4 B 5A 39
Octal 364 125 60 0 101 120 4 13 132 71
Binary 11110100 1010101 110000 0 1000001 1010000 100 1011 1011010 111001

Color Harmonies of #F45530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45530

Black with #F45530

Text Example


Text Example

White with #F45530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45530; }

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

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

background-color css

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

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

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

border-color css

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

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

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