Html Css Color HEX #F9330A Scarlet

📋 copy color: '#F9330A'

red 249 ◦ green 51 ◦ blue 10

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

Shades of Scarlet #F9330A

Tints of Scarlet #F9330A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.23%

R = 80.32%
G = 16.45%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9330A (or 0xF9330A) is known color: Scarlet. HEX triplet: F9, 33 and 0A. RGB value is (249,51,10). Sum of RGB (Red+Green+Blue) = 249+51+10=310 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.32% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 249 - color contains mainly: red. Hex color #F9330A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9330A is #06CCF5. Grayscale: #696969. Windows color (decimal): -445686 or 668665. OLE color: 668665.

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

Color convert

RGB 249 51 10 -
CMYK 0 0.80 0.96 0.02
HSL 10.29º 0.95% 0.51% -
HSV(B) 10.29º 0.96% 0.98% -
XYZ 40.31 22.53 2.51 -
YUV 105.53 74.1 230.33 -
System Red Green Blue C M Y K H S L
Decimal 249 51 10 0 0.80 0.96 0.02 10.29 0.95 0.51
Hex F9 33 A 0 50 60 2 A 5F 33
Octal 371 63 12 0 120 140 2 12 137 63
Binary 11111001 110011 1010 0 1010000 1100000 10 1010 1011111 110011

Color Harmonies of #F9330A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9330A

Black with #F9330A

Text Example


Text Example

White with #F9330A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9330A; }

 p { color: rgb(249,51,10); }

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

background-color css

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

 a { background-color: rgb(249,51,10); }

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

border-color css

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

 span { border-color: rgb(249,51,10); }

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