Html Css Color HEX #F5230B Scarlet

📋 copy color: '#F5230B'

red 245 ◦ green 35 ◦ blue 11

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

Shades of Scarlet #F5230B

Tints of Scarlet #F5230B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.03%

 BLUE value IS 11 (4.69% from 255) = 3.78%

R = 84.19%
G = 12.03%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5230B (or 0xF5230B) is known color: Scarlet. HEX triplet: F5, 23 and 0B. RGB value is (245,35,11). Sum of RGB (Red+Green+Blue) = 245+35+11=291 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.19% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 245 - color contains mainly: red. Hex color #F5230B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5230B is #0ADCF4. Grayscale: #5F5F5F. Windows color (decimal): -711925 or 730101. OLE color: 730101.

HSL color Cylindrical-coordinate representation of color #F5230B: hue angle of 6.15º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5230B is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 35 11 -
CMYK 0 0.86 0.96 0.04
HSL 6.15º 0.92% 0.5% -
HSV(B) 6.15º 0.96% 0.96% -
XYZ 38.32 20.64 2.28 -
YUV 95.05 80.57 234.95 -
System Red Green Blue C M Y K H S L
Decimal 245 35 11 0 0.86 0.96 0.04 6.15 0.92 0.5
Hex F5 23 B 0 56 60 4 6 5C 32
Octal 365 43 13 0 126 140 4 6 134 62
Binary 11110101 100011 1011 0 1010110 1100000 100 110 1011100 110010

Color Harmonies of #F5230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5230B

Black with #F5230B

Text Example


Text Example

White with #F5230B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5230B; }

 p { color: rgb(245,35,11); }

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

background-color css

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

 a { background-color: rgb(245,35,11); }

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

border-color css

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

 span { border-color: rgb(245,35,11); }

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