Html Css Color HEX #FB4114 Orange Red

📋 copy color: '#FB4114'

red 251 ◦ green 65 ◦ blue 20

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

Shades of Orange Red #FB4114

Tints of Orange Red #FB4114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.95%

R = 74.7%
G = 19.35%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB4114 (or 0xFB4114) is known color: Orange Red. HEX triplet: FB, 41 and 14. RGB value is (251,65,20). Sum of RGB (Red+Green+Blue) = 251+65+20=336 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.70% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4114 is #04BEEB. Grayscale: #737373. Windows color (decimal): -311020 or 1327611. OLE color: 1327611.

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

Color convert

RGB 251 65 20 -
CMYK 0 0.74 0.92 0.02
HSL 11.69º 0.97% 0.53% -
HSV(B) 11.69º 0.92% 0.98% -
XYZ 41.8 24.34 3.16 -
YUV 115.48 74.12 224.66 -
System Red Green Blue C M Y K H S L
Decimal 251 65 20 0 0.74 0.92 0.02 11.69 0.97 0.53
Hex FB 41 14 0 4A 5C 2 C 61 35
Octal 373 101 24 0 112 134 2 14 141 65
Binary 11111011 1000001 10100 0 1001010 1011100 10 1100 1100001 110101

Color Harmonies of #FB4114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4114

Black with #FB4114

Text Example


Text Example

White with #FB4114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4114; }

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

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

background-color css

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

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

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

border-color css

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

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

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