Html Css Color HEX #FB5A1D Outrageous Orange

📋 copy color: '#FB5A1D'

red 251 ◦ green 90 ◦ blue 29

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

Shades of Outrageous Orange #FB5A1D

Tints of Outrageous Orange #FB5A1D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.32%

 BLUE value IS 29 (11.72% from 255) = 7.84%

R = 67.84%
G = 24.32%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB5A1D (or 0xFB5A1D) is known color: Outrageous Orange. HEX triplet: FB, 5A and 1D. RGB value is (251,90,29). Sum of RGB (Red+Green+Blue) = 251+90+29=370 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.84% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 29 (11.72% from 255 or 7.84% from 370); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5A1D is #04A5E2. Grayscale: #838383. Windows color (decimal): -304611 or 1923835. OLE color: 1923835.

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

Color convert

RGB 251 90 29 -
CMYK 0 0.64 0.88 0.02
HSL 16.49º 0.97% 0.55% -
HSV(B) 16.49º 0.88% 0.98% -
XYZ 43.66 27.91 4.25 -
YUV 131.19 70.34 213.46 -
System Red Green Blue C M Y K H S L
Decimal 251 90 29 0 0.64 0.88 0.02 16.49 0.97 0.55
Hex FB 5A 1D 0 40 58 2 10 61 37
Octal 373 132 35 0 100 130 2 20 141 67
Binary 11111011 1011010 11101 0 1000000 1011000 10 10000 1100001 110111

Color Harmonies of #FB5A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5A1D

Black with #FB5A1D

Text Example


Text Example

White with #FB5A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5A1D; }

 p { color: rgb(251,90,29); }

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

background-color css

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

 a { background-color: rgb(251,90,29); }

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

border-color css

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

 span { border-color: rgb(251,90,29); }

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