Html Css Color HEX #F7280B Scarlet

📋 copy color: '#F7280B'

red 247 ◦ green 40 ◦ blue 11

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

Shades of Scarlet #F7280B

Tints of Scarlet #F7280B

RGB

 RED value IS 247 (96.88% from 255) = 82.89%

 GREEN value IS 40 (16.02% from 255) = 13.42%

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

R = 82.89%
G = 13.42%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7280B (or 0xF7280B) is known color: Scarlet. HEX triplet: F7, 28 and 0B. RGB value is (247,40,11). Sum of RGB (Red+Green+Blue) = 247+40+11=298 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.89% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 247 - color contains mainly: red. Hex color #F7280B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7280B is #08D7F4. Grayscale: #626262. Windows color (decimal): -579573 or 731383. OLE color: 731383.

HSL color Cylindrical-coordinate representation of color #F7280B: hue angle of 7.37º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7280B is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 40 11 -
CMYK 0 0.84 0.96 0.03
HSL 7.37º 0.94% 0.51% -
HSV(B) 7.37º 0.96% 0.97% -
XYZ 39.18 21.32 2.37 -
YUV 98.59 78.58 233.86 -
System Red Green Blue C M Y K H S L
Decimal 247 40 11 0 0.84 0.96 0.03 7.37 0.94 0.51
Hex F7 28 B 0 54 60 3 7 5E 33
Octal 367 50 13 0 124 140 3 7 136 63
Binary 11110111 101000 1011 0 1010100 1100000 11 111 1011110 110011

Color Harmonies of #F7280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7280B

Black with #F7280B

Text Example


Text Example

White with #F7280B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7280B; }

 p { color: rgb(247,40,11); }

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

background-color css

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

 a { background-color: rgb(247,40,11); }

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

border-color css

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

 span { border-color: rgb(247,40,11); }

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