Html Css Color HEX #FB3C18 Orange Red

📋 copy color: '#FB3C18'

red 251 ◦ green 60 ◦ blue 24

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

Shades of Orange Red #FB3C18

Tints of Orange Red #FB3C18

RGB

 RED value IS 251 (98.44% from 255) = 74.93%

 GREEN value IS 60 (23.83% from 255) = 17.91%

 BLUE value IS 24 (9.77% from 255) = 7.16%

R = 74.93%
G = 17.91%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB3C18 (or 0xFB3C18) is known color: Orange Red. HEX triplet: FB, 3C and 18. RGB value is (251,60,24). Sum of RGB (Red+Green+Blue) = 251+60+24=335 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.93% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3C18 is #04C3E7. Grayscale: #717171. Windows color (decimal): -312296 or 1588475. OLE color: 1588475.

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

Color convert

RGB 251 60 24 -
CMYK 0 0.76 0.90 0.02
HSL 9.52º 0.97% 0.54% -
HSV(B) 9.52º 0.9% 0.98% -
XYZ 41.56 23.81 3.27 -
YUV 113.01 77.78 226.43 -
System Red Green Blue C M Y K H S L
Decimal 251 60 24 0 0.76 0.90 0.02 9.52 0.97 0.54
Hex FB 3C 18 0 4C 5A 2 A 61 36
Octal 373 74 30 0 114 132 2 12 141 66
Binary 11111011 111100 11000 0 1001100 1011010 10 1010 1100001 110110

Color Harmonies of #FB3C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3C18

Black with #FB3C18

Text Example


Text Example

White with #FB3C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3C18; }

 p { color: rgb(251,60,24); }

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

background-color css

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

 a { background-color: rgb(251,60,24); }

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

border-color css

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

 span { border-color: rgb(251,60,24); }

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