Html Css Color HEX #FB462C Red Orange

📋 copy color: '#FB462C'

red 251 ◦ green 70 ◦ blue 44

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

Shades of Red Orange #FB462C

Tints of Red Orange #FB462C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.05%

R = 68.77%
G = 19.18%
B = 12.05%

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

#FB462C (or 0xFB462C) is known color: Red Orange. HEX triplet: FB, 46 and 2C. RGB value is (251,70,44). Sum of RGB (Red+Green+Blue) = 251+70+44=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB462C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB462C is #04B9D3. Grayscale: #797979. Windows color (decimal): -309716 or 2901755. OLE color: 2901755.

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

Color convert

RGB 251 70 44 -
CMYK 0 0.72 0.82 0.02
HSL 7.54º 0.96% 0.58% -
HSV(B) 7.54º 0.82% 0.98% -
XYZ 42.43 25.07 4.99 -
YUV 121.16 84.47 220.61 -
System Red Green Blue C M Y K H S L
Decimal 251 70 44 0 0.72 0.82 0.02 7.54 0.96 0.58
Hex FB 46 2C 0 48 52 2 8 60 3A
Octal 373 106 54 0 110 122 2 10 140 72
Binary 11111011 1000110 101100 0 1001000 1010010 10 1000 1100000 111010

Color Harmonies of #FB462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB462C

Black with #FB462C

Text Example


Text Example

White with #FB462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB462C; }

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

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

background-color css

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

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

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

border-color css

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

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

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