Html Css Color HEX #F9350B Scarlet

📋 copy color: '#F9350B'

red 249 ◦ green 53 ◦ blue 11

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

Shades of Scarlet #F9350B

Tints of Scarlet #F9350B

RGB

 RED value IS 249 (97.66% from 255) = 79.55%

 GREEN value IS 53 (21.09% from 255) = 16.93%

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

R = 79.55%
G = 16.93%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9350B (or 0xF9350B) is known color: Scarlet. HEX triplet: F9, 35 and 0B. RGB value is (249,53,11). Sum of RGB (Red+Green+Blue) = 249+53+11=313 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.55% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 249 - color contains mainly: red. Hex color #F9350B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9350B is #06CAF4. Grayscale: #6B6B6B. Windows color (decimal): -445173 or 734713. OLE color: 734713.

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

Color convert

RGB 249 53 11 -
CMYK 0 0.79 0.96 0.02
HSL 10.59º 0.95% 0.51% -
HSV(B) 10.59º 0.96% 0.98% -
XYZ 40.4 22.71 2.57 -
YUV 106.82 73.93 229.42 -
System Red Green Blue C M Y K H S L
Decimal 249 53 11 0 0.79 0.96 0.02 10.59 0.95 0.51
Hex F9 35 B 0 4F 60 2 B 5F 33
Octal 371 65 13 0 117 140 2 13 137 63
Binary 11111001 110101 1011 0 1001111 1100000 10 1011 1011111 110011

Color Harmonies of #F9350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9350B

Black with #F9350B

Text Example


Text Example

White with #F9350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9350B; }

 p { color: rgb(249,53,11); }

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

background-color css

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

 a { background-color: rgb(249,53,11); }

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

border-color css

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

 span { border-color: rgb(249,53,11); }

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