Html Css Color HEX #F45329 Outrageous Orange

📋 copy color: '#F45329'

red 244 ◦ green 83 ◦ blue 41

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

Shades of Outrageous Orange #F45329

Tints of Outrageous Orange #F45329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.14%

R = 66.3%
G = 22.55%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F45329 (or 0xF45329) is known color: Outrageous Orange. HEX triplet: F4, 53 and 29. RGB value is (244,83,41). Sum of RGB (Red+Green+Blue) = 244+83+41=368 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.30% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 244 - color contains mainly: red. Hex color #F45329 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45329 is #0BACD6. Grayscale: #7E7E7E. Windows color (decimal): -765143 or 2708468. OLE color: 2708468.

HSL color Cylindrical-coordinate representation of color #F45329: hue angle of 12.41º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F45329 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 83 41 -
CMYK 0 0.66 0.83 0.04
HSL 12.41º 0.9% 0.56% -
HSV(B) 12.41º 0.83% 0.96% -
XYZ 40.8 25.58 4.88 -
YUV 126.35 79.84 211.92 -
System Red Green Blue C M Y K H S L
Decimal 244 83 41 0 0.66 0.83 0.04 12.41 0.9 0.56
Hex F4 53 29 0 42 53 4 C 5A 38
Octal 364 123 51 0 102 123 4 14 132 70
Binary 11110100 1010011 101001 0 1000010 1010011 100 1100 1011010 111000

Color Harmonies of #F45329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45329

Black with #F45329

Text Example


Text Example

White with #F45329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45329; }

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

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

background-color css

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

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

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

border-color css

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

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

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