Html Css Color HEX #F9033B Torch Red

📋 copy color: '#F9033B'

red 249 ◦ green 3 ◦ blue 59

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

Shades of Torch Red #F9033B

Tints of Torch Red #F9033B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 59 (23.44% from 255) = 18.97%

R = 80.06%
G = 0.96%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F9033B (or 0xF9033B) is known color: Torch Red. HEX triplet: F9, 03 and 3B. RGB value is (249,3,59). Sum of RGB (Red+Green+Blue) = 249+3+59=311 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.06% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 249 - color contains mainly: red. Hex color #F9033B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9033B is #06FCC4. Grayscale: #525252. Windows color (decimal): -457925 or 3867641. OLE color: 3867641.

HSL color Cylindrical-coordinate representation of color #F9033B: hue angle of 346.34º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9033B is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 3 59 -
CMYK 0 0.99 0.76 0.02
HSL 346.34º 0.98% 0.49% -
HSV(B) 346.34º 0.99% 0.98% -
XYZ 39.89 20.52 6 -
YUV 82.94 114.5 246.45 -
System Red Green Blue C M Y K H S L
Decimal 249 3 59 0 0.99 0.76 0.02 346.34 0.98 0.49
Hex F9 3 3B 0 63 4C 2 15A 62 31
Octal 371 3 73 0 143 114 2 532 142 61
Binary 11111001 11 111011 0 1100011 1001100 10 101011010 1100010 110001

Color Harmonies of #F9033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9033B

Black with #F9033B

Text Example


Text Example

White with #F9033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9033B; }

 p { color: rgb(249,3,59); }

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

background-color css

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

 a { background-color: rgb(249,3,59); }

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

border-color css

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

 span { border-color: rgb(249,3,59); }

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