Html Css Color HEX #FB2602 Scarlet

📋 copy color: '#FB2602'

red 251 ◦ green 38 ◦ blue 2

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

Shades of Scarlet #FB2602

Tints of Scarlet #FB2602

RGB

 RED value IS 251 (98.44% from 255) = 86.25%

 GREEN value IS 38 (15.23% from 255) = 13.06%

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

R = 86.25%
G = 13.06%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FB2602 (or 0xFB2602) is known color: Scarlet. HEX triplet: FB, 26 and 02. RGB value is (251,38,2). Sum of RGB (Red+Green+Blue) = 251+38+2=291 (38% of max value = 765). Red value is 251 (98.44% from 255 or 86.25% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2602 is #04D9FD. Grayscale: #616161. Windows color (decimal): -317950 or 141051. OLE color: 141051.

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

Color convert

RGB 251 38 2 -
CMYK 0 0.85 0.99 0.02
HSL 8.67º 0.98% 0.5% -
HSV(B) 8.67º 0.99% 0.98% -
XYZ 40.49 21.9 2.15 -
YUV 97.58 74.07 237.43 -
System Red Green Blue C M Y K H S L
Decimal 251 38 2 0 0.85 0.99 0.02 8.67 0.98 0.5
Hex FB 26 2 0 55 63 2 9 62 32
Octal 373 46 2 0 125 143 2 11 142 62
Binary 11111011 100110 10 0 1010101 1100011 10 1001 1100010 110010

Color Harmonies of #FB2602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2602

Black with #FB2602

Text Example


Text Example

White with #FB2602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2602; }

 p { color: rgb(251,38,2); }

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

background-color css

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

 a { background-color: rgb(251,38,2); }

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

border-color css

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

 span { border-color: rgb(251,38,2); }

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