Html Css Color HEX #FA260F Scarlet

📋 copy color: '#FA260F'

red 250 ◦ green 38 ◦ blue 15

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

Shades of Scarlet #FA260F

Tints of Scarlet #FA260F

RGB

 RED value IS 250 (98.05% from 255) = 82.51%

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

 BLUE value IS 15 (6.25% from 255) = 4.95%

R = 82.51%
G = 12.54%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA260F (or 0xFA260F) is known color: Scarlet. HEX triplet: FA, 26 and 0F. RGB value is (250,38,15). Sum of RGB (Red+Green+Blue) = 250+38+15=303 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.51% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 250 - color contains mainly: red. Hex color #FA260F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA260F is #05D9F0. Grayscale: #636363. Windows color (decimal): -383473 or 993018. OLE color: 993018.

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

Color convert

RGB 250 38 15 -
CMYK 0 0.85 0.94 0.02
HSL 5.87º 0.96% 0.52% -
HSV(B) 5.87º 0.94% 0.98% -
XYZ 40.2 21.74 2.53 -
YUV 98.77 80.74 235.87 -
System Red Green Blue C M Y K H S L
Decimal 250 38 15 0 0.85 0.94 0.02 5.87 0.96 0.52
Hex FA 26 F 0 55 5E 2 6 60 34
Octal 372 46 17 0 125 136 2 6 140 64
Binary 11111010 100110 1111 0 1010101 1011110 10 110 1100000 110100

Color Harmonies of #FA260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA260F

Black with #FA260F

Text Example


Text Example

White with #FA260F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA260F; }

 p { color: rgb(250,38,15); }

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

background-color css

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

 a { background-color: rgb(250,38,15); }

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

border-color css

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

 span { border-color: rgb(250,38,15); }

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