Html Css Color HEX #F44130 Red Orange

📋 copy color: '#F44130'

red 244 ◦ green 65 ◦ blue 48

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

Shades of Red Orange #F44130

Tints of Red Orange #F44130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.21%

 BLUE value IS 48 (19.14% from 255) = 13.45%

R = 68.35%
G = 18.21%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F44130 (or 0xF44130) is known color: Red Orange. HEX triplet: F4, 41 and 30. RGB value is (244,65,48). Sum of RGB (Red+Green+Blue) = 244+65+48=357 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.35% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 244 - color contains mainly: red. Hex color #F44130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44130 is #0BBECF. Grayscale: #747474. Windows color (decimal): -769744 or 3162612. OLE color: 3162612.

HSL color Cylindrical-coordinate representation of color #F44130: hue angle of 5.2º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F44130 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 65 48 -
CMYK 0 0.73 0.80 0.04
HSL 5.2º 0.9% 0.57% -
HSV(B) 5.2º 0.8% 0.96% -
XYZ 39.73 23.23 5.19 -
YUV 116.58 89.3 218.88 -
System Red Green Blue C M Y K H S L
Decimal 244 65 48 0 0.73 0.80 0.04 5.2 0.9 0.57
Hex F4 41 30 0 49 50 4 5 5A 39
Octal 364 101 60 0 111 120 4 5 132 71
Binary 11110100 1000001 110000 0 1001001 1010000 100 101 1011010 111001

Color Harmonies of #F44130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44130

Black with #F44130

Text Example


Text Example

White with #F44130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44130; }

 p { color: rgb(244,65,48); }

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

background-color css

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

 a { background-color: rgb(244,65,48); }

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

border-color css

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

 span { border-color: rgb(244,65,48); }

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