Html Css Color HEX #F9002B Torch Red

📋 copy color: '#F9002B'

red 249 ◦ green 0 ◦ blue 43

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

Shades of Torch Red #F9002B

Tints of Torch Red #F9002B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 43 (17.19% from 255) = 14.73%

R = 85.27%
G = 0%
B = 14.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F9002B (or 0xF9002B) is known color: Torch Red. HEX triplet: F9, 00 and 2B. RGB value is (249,0,43). Sum of RGB (Red+Green+Blue) = 249+0+43=292 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.27% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 249 - color contains mainly: red. Hex color #F9002B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9002B is #06FFD4. Grayscale: #4F4F4F. Windows color (decimal): -458709 or 2818297. OLE color: 2818297.

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

Color convert

RGB 249 0 43 -
CMYK 0 1 0.83 0.02
HSL 349.64º 1% 0.49% -
HSV(B) 349.64º 1% 0.98% -
XYZ 39.5 20.31 4.12 -
YUV 79.35 107.49 249 -
System Red Green Blue C M Y K H S L
Decimal 249 0 43 0 1 0.83 0.02 349.64 1 0.49
Hex F9 0 2B 0 64 53 2 15E 64 31
Octal 371 0 53 0 144 123 2 536 144 61
Binary 11111001 0 101011 0 1100100 1010011 10 101011110 1100100 110001

Color Harmonies of #F9002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9002B

Black with #F9002B

Text Example


Text Example

White with #F9002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9002B; }

 p { color: rgb(249,0,43); }

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

background-color css

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

 a { background-color: rgb(249,0,43); }

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

border-color css

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

 span { border-color: rgb(249,0,43); }

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