Html Css Color HEX #F6330D Scarlet

📋 copy color: '#F6330D'

red 246 ◦ green 51 ◦ blue 13

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

Shades of Scarlet #F6330D

Tints of Scarlet #F6330D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.19%

R = 79.35%
G = 16.45%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6330D (or 0xF6330D) is known color: Scarlet. HEX triplet: F6, 33 and 0D. RGB value is (246,51,13). Sum of RGB (Red+Green+Blue) = 246+51+13=310 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.35% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 246 - color contains mainly: red. Hex color #F6330D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6330D is #09CCF2. Grayscale: #696969. Windows color (decimal): -642291 or 865270. OLE color: 865270.

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

Color convert

RGB 246 51 13 -
CMYK 0 0.79 0.95 0.04
HSL 9.79º 0.93% 0.51% -
HSV(B) 9.79º 0.95% 0.96% -
XYZ 39.26 21.99 2.56 -
YUV 104.97 76.1 228.59 -
System Red Green Blue C M Y K H S L
Decimal 246 51 13 0 0.79 0.95 0.04 9.79 0.93 0.51
Hex F6 33 D 0 4F 5F 4 A 5D 33
Octal 366 63 15 0 117 137 4 12 135 63
Binary 11110110 110011 1101 0 1001111 1011111 100 1010 1011101 110011

Color Harmonies of #F6330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6330D

Black with #F6330D

Text Example


Text Example

White with #F6330D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6330D; }

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

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

background-color css

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

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

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

border-color css

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

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

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