Html Css Color HEX #F6330E Scarlet

📋 copy color: '#F6330E'

red 246 ◦ green 51 ◦ blue 14

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

Shades of Scarlet #F6330E

Tints of Scarlet #F6330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.4%

 BLUE value IS 14 (5.86% from 255) = 4.5%

R = 79.1%
G = 16.4%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6330E (or 0xF6330E) is known color: Scarlet. HEX triplet: F6, 33 and 0E. RGB value is (246,51,14). Sum of RGB (Red+Green+Blue) = 246+51+14=311 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.10% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 246 - color contains mainly: red. Hex color #F6330E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6330E is #09CCF1. Grayscale: #696969. Windows color (decimal): -642290 or 930806. OLE color: 930806.

HSL color Cylindrical-coordinate representation of color #F6330E: hue angle of 9.57º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6330E is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 51 14 -
CMYK 0 0.79 0.94 0.04
HSL 9.57º 0.93% 0.51% -
HSV(B) 9.57º 0.94% 0.96% -
XYZ 39.27 21.99 2.59 -
YUV 105.09 76.6 228.51 -
System Red Green Blue C M Y K H S L
Decimal 246 51 14 0 0.79 0.94 0.04 9.57 0.93 0.51
Hex F6 33 E 0 4F 5E 4 A 5D 33
Octal 366 63 16 0 117 136 4 12 135 63
Binary 11110110 110011 1110 0 1001111 1011110 100 1010 1011101 110011

Color Harmonies of #F6330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6330E

Black with #F6330E

Text Example


Text Example

White with #F6330E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6330E; }

 p { color: rgb(246,51,14); }

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

background-color css

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

 a { background-color: rgb(246,51,14); }

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

border-color css

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

 span { border-color: rgb(246,51,14); }

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