Html Css Color HEX #FB460B Orange Red

📋 copy color: '#FB460B'

red 251 ◦ green 70 ◦ blue 11

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

Shades of Orange Red #FB460B

Tints of Orange Red #FB460B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.31%

R = 75.6%
G = 21.08%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB460B (or 0xFB460B) is known color: Orange Red. HEX triplet: FB, 46 and 0B. RGB value is (251,70,11). Sum of RGB (Red+Green+Blue) = 251+70+11=332 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.60% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 251 - color contains mainly: red. Hex color #FB460B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB460B is #04B9F4. Grayscale: #757575. Windows color (decimal): -309749 or 739067. OLE color: 739067.

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

Color convert

RGB 251 70 11 -
CMYK 0 0.72 0.96 0.02
HSL 14.75º 0.97% 0.51% -
HSV(B) 14.75º 0.96% 0.98% -
XYZ 42.03 24.91 2.91 -
YUV 117.39 67.97 223.3 -
System Red Green Blue C M Y K H S L
Decimal 251 70 11 0 0.72 0.96 0.02 14.75 0.97 0.51
Hex FB 46 B 0 48 60 2 F 61 33
Octal 373 106 13 0 110 140 2 17 141 63
Binary 11111011 1000110 1011 0 1001000 1100000 10 1111 1100001 110011

Color Harmonies of #FB460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB460B

Black with #FB460B

Text Example


Text Example

White with #FB460B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB460B; }

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

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

background-color css

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

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

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

border-color css

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

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

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