Html Css Color HEX #FB461B Orange Red

📋 copy color: '#FB461B'

red 251 ◦ green 70 ◦ blue 27

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

Shades of Orange Red #FB461B

Tints of Orange Red #FB461B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.76%

R = 72.13%
G = 20.11%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB461B (or 0xFB461B) is known color: Orange Red. HEX triplet: FB, 46 and 1B. RGB value is (251,70,27). Sum of RGB (Red+Green+Blue) = 251+70+27=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB461B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB461B is #04B9E4. Grayscale: #777777. Windows color (decimal): -309733 or 1787643. OLE color: 1787643.

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

Color convert

RGB 251 70 27 -
CMYK 0 0.72 0.89 0.02
HSL 11.52º 0.97% 0.55% -
HSV(B) 11.52º 0.89% 0.98% -
XYZ 42.17 24.97 3.63 -
YUV 119.22 75.97 222 -
System Red Green Blue C M Y K H S L
Decimal 251 70 27 0 0.72 0.89 0.02 11.52 0.97 0.55
Hex FB 46 1B 0 48 59 2 C 61 37
Octal 373 106 33 0 110 131 2 14 141 67
Binary 11111011 1000110 11011 0 1001000 1011001 10 1100 1100001 110111

Color Harmonies of #FB461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB461B

Black with #FB461B

Text Example


Text Example

White with #FB461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB461B; }

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

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

background-color css

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

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

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

border-color css

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

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

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