Html Css Color HEX #F45330 Outrageous Orange

📋 copy color: '#F45330'

red 244 ◦ green 83 ◦ blue 48

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

Shades of Outrageous Orange #F45330

Tints of Outrageous Orange #F45330

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.13%

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

R = 65.07%
G = 22.13%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F45330 (or 0xF45330) is known color: Outrageous Orange. HEX triplet: F4, 53 and 30. RGB value is (244,83,48). Sum of RGB (Red+Green+Blue) = 244+83+48=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F45330 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45330 is #0BACCF. Grayscale: #7F7F7F. Windows color (decimal): -765136 or 3167220. OLE color: 3167220.

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

Color convert

RGB 244 83 48 -
CMYK 0 0.66 0.80 0.04
HSL 10.71º 0.9% 0.57% -
HSV(B) 10.71º 0.8% 0.96% -
XYZ 40.93 25.63 5.59 -
YUV 127.15 83.34 211.35 -
System Red Green Blue C M Y K H S L
Decimal 244 83 48 0 0.66 0.80 0.04 10.71 0.9 0.57
Hex F4 53 30 0 42 50 4 B 5A 39
Octal 364 123 60 0 102 120 4 13 132 71
Binary 11110100 1010011 110000 0 1000010 1010000 100 1011 1011010 111001

Color Harmonies of #F45330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45330

Black with #F45330

Text Example


Text Example

White with #F45330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45330; }

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

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

background-color css

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

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

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

border-color css

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

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

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