Html Css Color HEX #F45D25 Outrageous Orange

📋 copy color: '#F45D25'

red 244 ◦ green 93 ◦ blue 37

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

Shades of Outrageous Orange #F45D25

Tints of Outrageous Orange #F45D25

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.87%

 BLUE value IS 37 (14.84% from 255) = 9.89%

R = 65.24%
G = 24.87%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F45D25 (or 0xF45D25) is known color: Outrageous Orange. HEX triplet: F4, 5D and 25. RGB value is (244,93,37). Sum of RGB (Red+Green+Blue) = 244+93+37=374 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.24% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45D25 is #0BA2DA. Grayscale: #848484. Windows color (decimal): -762587 or 2448884. OLE color: 2448884.

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

Color convert

RGB 244 93 37 -
CMYK 0 0.62 0.85 0.04
HSL 16.23º 0.9% 0.55% -
HSV(B) 16.23º 0.85% 0.96% -
XYZ 41.56 27.2 4.81 -
YUV 131.77 74.53 208.05 -
System Red Green Blue C M Y K H S L
Decimal 244 93 37 0 0.62 0.85 0.04 16.23 0.9 0.55
Hex F4 5D 25 0 3E 55 4 10 5A 37
Octal 364 135 45 0 76 125 4 20 132 67
Binary 11110100 1011101 100101 0 111110 1010101 100 10000 1011010 110111

Color Harmonies of #F45D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45D25

Black with #F45D25

Text Example


Text Example

White with #F45D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45D25; }

 p { color: rgb(244,93,37); }

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

background-color css

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

 a { background-color: rgb(244,93,37); }

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

border-color css

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

 span { border-color: rgb(244,93,37); }

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