Html Css Color HEX #F83404 Scarlet

📋 copy color: '#F83404'

red 248 ◦ green 52 ◦ blue 4

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

Shades of Scarlet #F83404

Tints of Scarlet #F83404

RGB

 RED value IS 248 (97.27% from 255) = 81.58%

 GREEN value IS 52 (20.7% from 255) = 17.11%

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 81.58%
G = 17.11%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F83404 (or 0xF83404) is known color: Scarlet. HEX triplet: F8, 34 and 04. RGB value is (248,52,4). Sum of RGB (Red+Green+Blue) = 248+52+4=304 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.58% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 248 - color contains mainly: red. Hex color #F83404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83404 is #07CBFB. Grayscale: #696969. Windows color (decimal): -510972 or 275704. OLE color: 275704.

HSL color Cylindrical-coordinate representation of color #F83404: hue angle of 11.8º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F83404 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 52 4 -
CMYK 0 0.79 0.98 0.03
HSL 11.8º 0.97% 0.49% -
HSV(B) 11.8º 0.98% 0.97% -
XYZ 39.96 22.42 2.34 -
YUV 105.13 70.93 229.9 -
System Red Green Blue C M Y K H S L
Decimal 248 52 4 0 0.79 0.98 0.03 11.8 0.97 0.49
Hex F8 34 4 0 4F 62 3 C 61 31
Octal 370 64 4 0 117 142 3 14 141 61
Binary 11111000 110100 100 0 1001111 1100010 11 1100 1100001 110001

Color Harmonies of #F83404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83404

Black with #F83404

Text Example


Text Example

White with #F83404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83404; }

 p { color: rgb(248,52,4); }

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

background-color css

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

 a { background-color: rgb(248,52,4); }

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

border-color css

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

 span { border-color: rgb(248,52,4); }

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