Html Css Color HEX #F93402 Scarlet

📋 copy color: '#F93402'

red 249 ◦ green 52 ◦ blue 2

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

Shades of Scarlet #F93402

Tints of Scarlet #F93402

RGB

 RED value IS 249 (97.66% from 255) = 82.18%

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

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 82.18%
G = 17.16%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F93402 (or 0xF93402) is known color: Scarlet. HEX triplet: F9, 34 and 02. RGB value is (249,52,2). Sum of RGB (Red+Green+Blue) = 249+52+2=303 (40% of max value = 765). Red value is 249 (97.66% from 255 or 82.18% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 249 - color contains mainly: red. Hex color #F93402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93402 is #06CBFD. Grayscale: #696969. Windows color (decimal): -445438 or 144633. OLE color: 144633.

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

Color convert

RGB 249 52 2 -
CMYK 0 0.79 0.99 0.02
HSL 12.15º 0.98% 0.49% -
HSV(B) 12.15º 0.99% 0.98% -
XYZ 40.31 22.6 2.3 -
YUV 105.2 69.77 230.57 -
System Red Green Blue C M Y K H S L
Decimal 249 52 2 0 0.79 0.99 0.02 12.15 0.98 0.49
Hex F9 34 2 0 4F 63 2 C 62 31
Octal 371 64 2 0 117 143 2 14 142 61
Binary 11111001 110100 10 0 1001111 1100011 10 1100 1100010 110001

Color Harmonies of #F93402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93402

Black with #F93402

Text Example


Text Example

White with #F93402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93402; }

 p { color: rgb(249,52,2); }

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

background-color css

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

 a { background-color: rgb(249,52,2); }

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

border-color css

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

 span { border-color: rgb(249,52,2); }

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