Html Css Color HEX #F45A3C Outrageous Orange

📋 copy color: '#F45A3C'

red 244 ◦ green 90 ◦ blue 60

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

Shades of Outrageous Orange #F45A3C

Tints of Outrageous Orange #F45A3C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.84%

 BLUE value IS 60 (23.83% from 255) = 15.23%

R = 61.93%
G = 22.84%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F45A3C (or 0xF45A3C) is known color: Outrageous Orange. HEX triplet: F4, 5A and 3C. RGB value is (244,90,60). Sum of RGB (Red+Green+Blue) = 244+90+60=394 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.93% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45A3C is #0BA5C3. Grayscale: #848484. Windows color (decimal): -763332 or 3955444. OLE color: 3955444.

HSL color Cylindrical-coordinate representation of color #F45A3C: hue angle of 9.78º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F45A3C is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 90 60 -
CMYK 0 0.63 0.75 0.04
HSL 9.78º 0.89% 0.6% -
HSV(B) 9.78º 0.75% 0.96% -
XYZ 41.78 26.87 7.26 -
YUV 132.63 87.02 207.44 -
System Red Green Blue C M Y K H S L
Decimal 244 90 60 0 0.63 0.75 0.04 9.78 0.89 0.6
Hex F4 5A 3C 0 3F 4B 4 A 59 3C
Octal 364 132 74 0 77 113 4 12 131 74
Binary 11110100 1011010 111100 0 111111 1001011 100 1010 1011001 111100

Color Harmonies of #F45A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45A3C

Black with #F45A3C

Text Example


Text Example

White with #F45A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45A3C; }

 p { color: rgb(244,90,60); }

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

background-color css

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

 a { background-color: rgb(244,90,60); }

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

border-color css

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

 span { border-color: rgb(244,90,60); }

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