Html Css Color HEX #F4502C Outrageous Orange

📋 copy color: '#F4502C'

red 244 ◦ green 80 ◦ blue 44

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

Shades of Outrageous Orange #F4502C

Tints of Outrageous Orange #F4502C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.96%

R = 66.3%
G = 21.74%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F4502C (or 0xF4502C) is known color: Outrageous Orange. HEX triplet: F4, 50 and 2C. RGB value is (244,80,44). Sum of RGB (Red+Green+Blue) = 244+80+44=368 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.30% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 244 - color contains mainly: red. Hex color #F4502C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4502C is #0BAFD3. Grayscale: #7D7D7D. Windows color (decimal): -765908 or 2904308. OLE color: 2904308.

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

Color convert

RGB 244 80 44 -
CMYK 0 0.67 0.82 0.04
HSL 10.8º 0.9% 0.56% -
HSV(B) 10.8º 0.82% 0.96% -
XYZ 40.63 25.15 5.1 -
YUV 124.93 82.33 212.93 -
System Red Green Blue C M Y K H S L
Decimal 244 80 44 0 0.67 0.82 0.04 10.8 0.9 0.56
Hex F4 50 2C 0 43 52 4 B 5A 38
Octal 364 120 54 0 103 122 4 13 132 70
Binary 11110100 1010000 101100 0 1000011 1010010 100 1011 1011010 111000

Color Harmonies of #F4502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4502C

Black with #F4502C

Text Example


Text Example

White with #F4502C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4502C; }

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

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

background-color css

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

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

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

border-color css

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

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

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