Html Css Color HEX #F45A1D Outrageous Orange

📋 copy color: '#F45A1D'

red 244 ◦ green 90 ◦ blue 29

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

Shades of Outrageous Orange #F45A1D

Tints of Outrageous Orange #F45A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.99%

R = 67.22%
G = 24.79%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F45A1D (or 0xF45A1D) is known color: Outrageous Orange. HEX triplet: F4, 5A and 1D. RGB value is (244,90,29). Sum of RGB (Red+Green+Blue) = 244+90+29=363 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.22% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45A1D is #0BA5E2. Grayscale: #818181. Windows color (decimal): -763363 or 1923828. OLE color: 1923828.

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

Color convert

RGB 244 90 29 -
CMYK 0 0.63 0.88 0.04
HSL 17.02º 0.91% 0.54% -
HSV(B) 17.02º 0.88% 0.96% -
XYZ 41.19 26.63 4.13 -
YUV 129.09 71.52 209.96 -
System Red Green Blue C M Y K H S L
Decimal 244 90 29 0 0.63 0.88 0.04 17.02 0.91 0.54
Hex F4 5A 1D 0 3F 58 4 11 5B 36
Octal 364 132 35 0 77 130 4 21 133 66
Binary 11110100 1011010 11101 0 111111 1011000 100 10001 1011011 110110

Color Harmonies of #F45A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45A1D

Black with #F45A1D

Text Example


Text Example

White with #F45A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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