Html Css Color HEX #F45020 Outrageous Orange

📋 copy color: '#F45020'

red 244 ◦ green 80 ◦ blue 32

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

Shades of Outrageous Orange #F45020

Tints of Outrageous Orange #F45020

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.47%

 BLUE value IS 32 (12.89% from 255) = 8.99%

R = 68.54%
G = 22.47%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F45020 (or 0xF45020) is known color: Outrageous Orange. HEX triplet: F4, 50 and 20. RGB value is (244,80,32). Sum of RGB (Red+Green+Blue) = 244+80+32=356 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.54% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 244 - color contains mainly: red. Hex color #F45020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45020 is #0BAFDF. Grayscale: #7B7B7B. Windows color (decimal): -765920 or 2117876. OLE color: 2117876.

HSL color Cylindrical-coordinate representation of color #F45020: hue angle of 13.58º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F45020 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 80 32 -
CMYK 0 0.67 0.87 0.04
HSL 13.58º 0.91% 0.54% -
HSV(B) 13.58º 0.87% 0.96% -
XYZ 40.44 25.07 4.08 -
YUV 123.56 76.33 213.9 -
System Red Green Blue C M Y K H S L
Decimal 244 80 32 0 0.67 0.87 0.04 13.58 0.91 0.54
Hex F4 50 20 0 43 57 4 E 5B 36
Octal 364 120 40 0 103 127 4 16 133 66
Binary 11110100 1010000 100000 0 1000011 1010111 100 1110 1011011 110110

Color Harmonies of #F45020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45020

Black with #F45020

Text Example


Text Example

White with #F45020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45020; }

 p { color: rgb(244,80,32); }

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

background-color css

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

 a { background-color: rgb(244,80,32); }

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

border-color css

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

 span { border-color: rgb(244,80,32); }

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