Html Css Color HEX #F45A1F Outrageous Orange

📋 copy color: '#F45A1F'

red 244 ◦ green 90 ◦ blue 31

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

Shades of Outrageous Orange #F45A1F

Tints of Outrageous Orange #F45A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.49%

R = 66.85%
G = 24.66%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F45A1F (or 0xF45A1F) is known color: Outrageous Orange. HEX triplet: F4, 5A and 1F. RGB value is (244,90,31). Sum of RGB (Red+Green+Blue) = 244+90+31=365 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.85% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45A1F is #0BA5E0. Grayscale: #818181. Windows color (decimal): -763361 or 2054900. OLE color: 2054900.

HSL color Cylindrical-coordinate representation of color #F45A1F: hue angle of 16.62º 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 #F45A1F is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 90 31 -
CMYK 0 0.63 0.87 0.04
HSL 16.62º 0.91% 0.54% -
HSV(B) 16.62º 0.87% 0.96% -
XYZ 41.21 26.64 4.27 -
YUV 129.32 72.52 209.8 -
System Red Green Blue C M Y K H S L
Decimal 244 90 31 0 0.63 0.87 0.04 16.62 0.91 0.54
Hex F4 5A 1F 0 3F 57 4 11 5B 36
Octal 364 132 37 0 77 127 4 21 133 66
Binary 11110100 1011010 11111 0 111111 1010111 100 10001 1011011 110110

Color Harmonies of #F45A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45A1F

Black with #F45A1F

Text Example


Text Example

White with #F45A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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