Html Css Color HEX #FB413A Red Orange

📋 copy color: '#FB413A'

red 251 ◦ green 65 ◦ blue 58

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

Shades of Red Orange #FB413A

Tints of Red Orange #FB413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.38%

 BLUE value IS 58 (23.05% from 255) = 15.51%

R = 67.11%
G = 17.38%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FB413A (or 0xFB413A) is known color: Red Orange. HEX triplet: FB, 41 and 3A. RGB value is (251,65,58). Sum of RGB (Red+Green+Blue) = 251+65+58=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB413A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB413A is #04BEC5. Grayscale: #787878. Windows color (decimal): -310982 or 3817979. OLE color: 3817979.

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

Color convert

RGB 251 65 58 -
CMYK 0 0.74 0.77 0.02
HSL 2.18º 0.96% 0.61% -
HSV(B) 2.18º 0.77% 0.98% -
XYZ 42.44 24.6 6.51 -
YUV 119.82 93.12 221.57 -
System Red Green Blue C M Y K H S L
Decimal 251 65 58 0 0.74 0.77 0.02 2.18 0.96 0.61
Hex FB 41 3A 0 4A 4D 2 2 60 3D
Octal 373 101 72 0 112 115 2 2 140 75
Binary 11111011 1000001 111010 0 1001010 1001101 10 10 1100000 111101

Color Harmonies of #FB413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB413A

Black with #FB413A

Text Example


Text Example

White with #FB413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB413A; }

 p { color: rgb(251,65,58); }

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

background-color css

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

 a { background-color: rgb(251,65,58); }

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

border-color css

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

 span { border-color: rgb(251,65,58); }

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