Html Css Color HEX #FA330F Scarlet

📋 copy color: '#FA330F'

red 250 ◦ green 51 ◦ blue 15

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

Shades of Scarlet #FA330F

Tints of Scarlet #FA330F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.14%

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

R = 79.11%
G = 16.14%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA330F (or 0xFA330F) is known color: Scarlet. HEX triplet: FA, 33 and 0F. RGB value is (250,51,15). Sum of RGB (Red+Green+Blue) = 250+51+15=316 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.11% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 250 - color contains mainly: red. Hex color #FA330F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA330F is #05CCF0. Grayscale: #6A6A6A. Windows color (decimal): -380145 or 996346. OLE color: 996346.

HSL color Cylindrical-coordinate representation of color #FA330F: hue angle of 9.19º 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 #FA330F is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 51 15 -
CMYK 0 0.80 0.94 0.02
HSL 9.19º 0.96% 0.52% -
HSV(B) 9.19º 0.94% 0.98% -
XYZ 40.69 22.73 2.69 -
YUV 106.4 76.43 230.43 -
System Red Green Blue C M Y K H S L
Decimal 250 51 15 0 0.80 0.94 0.02 9.19 0.96 0.52
Hex FA 33 F 0 50 5E 2 9 60 34
Octal 372 63 17 0 120 136 2 11 140 64
Binary 11111010 110011 1111 0 1010000 1011110 10 1001 1100000 110100

Color Harmonies of #FA330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA330F

Black with #FA330F

Text Example


Text Example

White with #FA330F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA330F; }

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

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

background-color css

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

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

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

border-color css

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

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

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