Html Css Color HEX #F64030 Red Orange

📋 copy color: '#F64030'

red 246 ◦ green 64 ◦ blue 48

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

Shades of Red Orange #F64030

Tints of Red Orange #F64030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.88%

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

R = 68.72%
G = 17.88%
B = 13.41%

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

#F64030 (or 0xF64030) is known color: Red Orange. HEX triplet: F6, 40 and 30. RGB value is (246,64,48). Sum of RGB (Red+Green+Blue) = 246+64+48=358 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.72% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 246 - color contains mainly: red. Hex color #F64030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64030 is #09BFCF. Grayscale: #747474. Windows color (decimal): -638928 or 3162358. OLE color: 3162358.

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

Color convert

RGB 246 64 48 -
CMYK 0 0.74 0.80 0.04
HSL 4.85º 0.92% 0.58% -
HSV(B) 4.85º 0.8% 0.96% -
XYZ 40.37 23.47 5.2 -
YUV 116.59 89.3 220.3 -
System Red Green Blue C M Y K H S L
Decimal 246 64 48 0 0.74 0.80 0.04 4.85 0.92 0.58
Hex F6 40 30 0 4A 50 4 5 5C 3A
Octal 366 100 60 0 112 120 4 5 134 72
Binary 11110110 1000000 110000 0 1001010 1010000 100 101 1011100 111010

Color Harmonies of #F64030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64030

Black with #F64030

Text Example


Text Example

White with #F64030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64030; }

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

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

background-color css

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

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

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

border-color css

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

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

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