Html Css Color HEX #F64130 Red Orange

📋 copy color: '#F64130'

red 246 ◦ green 65 ◦ blue 48

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

Shades of Red Orange #F64130

Tints of Red Orange #F64130

RGB

 RED value IS 246 (96.48% from 255) = 68.52%

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

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

R = 68.52%
G = 18.11%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F64130 (or 0xF64130) is known color: Red Orange. HEX triplet: F6, 41 and 30. RGB value is (246,65,48). Sum of RGB (Red+Green+Blue) = 246+65+48=359 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.52% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 246 - color contains mainly: red. Hex color #F64130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64130 is #09BECF. Grayscale: #757575. Windows color (decimal): -638672 or 3162614. OLE color: 3162614.

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

Color convert

RGB 246 65 48 -
CMYK 0 0.74 0.80 0.04
HSL 5.15º 0.92% 0.58% -
HSV(B) 5.15º 0.8% 0.96% -
XYZ 40.43 23.59 5.22 -
YUV 117.18 88.97 219.88 -
System Red Green Blue C M Y K H S L
Decimal 246 65 48 0 0.74 0.80 0.04 5.15 0.92 0.58
Hex F6 41 30 0 4A 50 4 5 5C 3A
Octal 366 101 60 0 112 120 4 5 134 72
Binary 11110110 1000001 110000 0 1001010 1010000 100 101 1011100 111010

Color Harmonies of #F64130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64130

Black with #F64130

Text Example


Text Example

White with #F64130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64130; }

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

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

background-color css

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

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

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

border-color css

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

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

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