Html Css Color HEX #FB3C0F Orange Red

📋 copy color: '#FB3C0F'

red 251 ◦ green 60 ◦ blue 15

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

Shades of Orange Red #FB3C0F

Tints of Orange Red #FB3C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.6%

R = 76.99%
G = 18.4%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB3C0F (or 0xFB3C0F) is known color: Orange Red. HEX triplet: FB, 3C and 0F. RGB value is (251,60,15). Sum of RGB (Red+Green+Blue) = 251+60+15=326 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.99% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3C0F is #04C3F0. Grayscale: #707070. Windows color (decimal): -312305 or 998651. OLE color: 998651.

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

Color convert

RGB 251 60 15 -
CMYK 0 0.76 0.94 0.02
HSL 11.44º 0.97% 0.52% -
HSV(B) 11.44º 0.94% 0.98% -
XYZ 41.49 23.78 2.85 -
YUV 111.98 73.28 227.16 -
System Red Green Blue C M Y K H S L
Decimal 251 60 15 0 0.76 0.94 0.02 11.44 0.97 0.52
Hex FB 3C F 0 4C 5E 2 B 61 34
Octal 373 74 17 0 114 136 2 13 141 64
Binary 11111011 111100 1111 0 1001100 1011110 10 1011 1100001 110100

Color Harmonies of #FB3C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3C0F

Black with #FB3C0F

Text Example


Text Example

White with #FB3C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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