Html Css Color HEX #FB462F Red Orange

📋 copy color: '#FB462F'

red 251 ◦ green 70 ◦ blue 47

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

Shades of Red Orange #FB462F

Tints of Red Orange #FB462F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.77%

R = 68.21%
G = 19.02%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB462F (or 0xFB462F) is known color: Red Orange. HEX triplet: FB, 46 and 2F. RGB value is (251,70,47). Sum of RGB (Red+Green+Blue) = 251+70+47=368 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.21% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 251 - color contains mainly: red. Hex color #FB462F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB462F is #04B9D0. Grayscale: #797979. Windows color (decimal): -309713 or 3098363. OLE color: 3098363.

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

Color convert

RGB 251 70 47 -
CMYK 0 0.72 0.81 0.02
HSL 6.76º 0.96% 0.58% -
HSV(B) 6.76º 0.81% 0.98% -
XYZ 42.49 25.09 5.29 -
YUV 121.5 85.97 220.37 -
System Red Green Blue C M Y K H S L
Decimal 251 70 47 0 0.72 0.81 0.02 6.76 0.96 0.58
Hex FB 46 2F 0 48 51 2 7 60 3A
Octal 373 106 57 0 110 121 2 7 140 72
Binary 11111011 1000110 101111 0 1001000 1010001 10 111 1100000 111010

Color Harmonies of #FB462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB462F

Black with #FB462F

Text Example


Text Example

White with #FB462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB462F; }

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

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

background-color css

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

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

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

border-color css

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

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

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