Html Css Color HEX #FB462D Red Orange

📋 copy color: '#FB462D'

red 251 ◦ green 70 ◦ blue 45

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

Shades of Red Orange #FB462D

Tints of Red Orange #FB462D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.3%

R = 68.58%
G = 19.13%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB462D (or 0xFB462D) is known color: Red Orange. HEX triplet: FB, 46 and 2D. RGB value is (251,70,45). Sum of RGB (Red+Green+Blue) = 251+70+45=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB462D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB462D is #04B9D2. Grayscale: #797979. Windows color (decimal): -309715 or 2967291. OLE color: 2967291.

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

Color convert

RGB 251 70 45 -
CMYK 0 0.72 0.82 0.02
HSL 7.28º 0.96% 0.58% -
HSV(B) 7.28º 0.82% 0.98% -
XYZ 42.45 25.08 5.09 -
YUV 121.27 84.97 220.53 -
System Red Green Blue C M Y K H S L
Decimal 251 70 45 0 0.72 0.82 0.02 7.28 0.96 0.58
Hex FB 46 2D 0 48 52 2 7 60 3A
Octal 373 106 55 0 110 122 2 7 140 72
Binary 11111011 1000110 101101 0 1001000 1010010 10 111 1100000 111010

Color Harmonies of #FB462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB462D

Black with #FB462D

Text Example


Text Example

White with #FB462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB462D; }

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

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

background-color css

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

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

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

border-color css

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

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

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