Html Css Color HEX #FB460F Orange Red

📋 copy color: '#FB460F'

red 251 ◦ green 70 ◦ blue 15

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

Shades of Orange Red #FB460F

Tints of Orange Red #FB460F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.83%

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

R = 74.7%
G = 20.83%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB460F (or 0xFB460F) is known color: Orange Red. HEX triplet: FB, 46 and 0F. RGB value is (251,70,15). Sum of RGB (Red+Green+Blue) = 251+70+15=336 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.70% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 251 - color contains mainly: red. Hex color #FB460F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB460F is #04B9F0. Grayscale: #767676. Windows color (decimal): -309745 or 1001211. OLE color: 1001211.

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

Color convert

RGB 251 70 15 -
CMYK 0 0.72 0.94 0.02
HSL 13.98º 0.97% 0.52% -
HSV(B) 13.98º 0.94% 0.98% -
XYZ 42.06 24.92 3.05 -
YUV 117.85 69.97 222.97 -
System Red Green Blue C M Y K H S L
Decimal 251 70 15 0 0.72 0.94 0.02 13.98 0.97 0.52
Hex FB 46 F 0 48 5E 2 E 61 34
Octal 373 106 17 0 110 136 2 16 141 64
Binary 11111011 1000110 1111 0 1001000 1011110 10 1110 1100001 110100

Color Harmonies of #FB460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB460F

Black with #FB460F

Text Example


Text Example

White with #FB460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB460F; }

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

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

background-color css

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

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

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

border-color css

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

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

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