Html Css Color HEX #FB461F Red Orange

📋 copy color: '#FB461F'

red 251 ◦ green 70 ◦ blue 31

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

Shades of Red Orange #FB461F

Tints of Red Orange #FB461F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.81%

R = 71.31%
G = 19.89%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB461F (or 0xFB461F) is known color: Red Orange. HEX triplet: FB, 46 and 1F. RGB value is (251,70,31). Sum of RGB (Red+Green+Blue) = 251+70+31=352 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.31% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 251 - color contains mainly: red. Hex color #FB461F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB461F is #04B9E0. Grayscale: #787878. Windows color (decimal): -309729 or 2049787. OLE color: 2049787.

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

Color convert

RGB 251 70 31 -
CMYK 0 0.72 0.88 0.02
HSL 10.64º 0.96% 0.55% -
HSV(B) 10.64º 0.88% 0.98% -
XYZ 42.22 24.99 3.89 -
YUV 119.67 77.97 221.67 -
System Red Green Blue C M Y K H S L
Decimal 251 70 31 0 0.72 0.88 0.02 10.64 0.96 0.55
Hex FB 46 1F 0 48 58 2 B 60 37
Octal 373 106 37 0 110 130 2 13 140 67
Binary 11111011 1000110 11111 0 1001000 1011000 10 1011 1100000 110111

Color Harmonies of #FB461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB461F

Black with #FB461F

Text Example


Text Example

White with #FB461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB461F; }

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

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

background-color css

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

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

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

border-color css

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

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

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