Html Css Color HEX #F52E02 Scarlet

📋 copy color: '#F52E02'

red 245 ◦ green 46 ◦ blue 2

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

Shades of Scarlet #F52E02

Tints of Scarlet #F52E02

RGB

 RED value IS 245 (96.09% from 255) = 83.62%

 GREEN value IS 46 (18.36% from 255) = 15.7%

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

R = 83.62%
G = 15.7%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F52E02 (or 0xF52E02) is known color: Scarlet. HEX triplet: F5, 2E and 02. RGB value is (245,46,2). Sum of RGB (Red+Green+Blue) = 245+46+2=293 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.62% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 245 - color contains mainly: red. Hex color #F52E02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52E02 is #0AD1FD. Grayscale: #646464. Windows color (decimal): -709118 or 143093. OLE color: 143093.

HSL color Cylindrical-coordinate representation of color #F52E02: hue angle of 10.86º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F52E02 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 46 2 -
CMYK 0 0.81 0.99 0.04
HSL 10.86º 0.98% 0.48% -
HSV(B) 10.86º 0.99% 0.96% -
XYZ 38.64 21.37 2.15 -
YUV 100.49 72.43 231.08 -
System Red Green Blue C M Y K H S L
Decimal 245 46 2 0 0.81 0.99 0.04 10.86 0.98 0.48
Hex F5 2E 2 0 51 63 4 B 62 30
Octal 365 56 2 0 121 143 4 13 142 60
Binary 11110101 101110 10 0 1010001 1100011 100 1011 1100010 110000

Color Harmonies of #F52E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52E02

Black with #F52E02

Text Example


Text Example

White with #F52E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52E02; }

 p { color: rgb(245,46,2); }

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

background-color css

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

 a { background-color: rgb(245,46,2); }

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

border-color css

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

 span { border-color: rgb(245,46,2); }

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