Html Css Color HEX #FB5D34 Outrageous Orange

📋 copy color: '#FB5D34'

red 251 ◦ green 93 ◦ blue 52

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

Shades of Outrageous Orange #FB5D34

Tints of Outrageous Orange #FB5D34

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.48%

 BLUE value IS 52 (20.7% from 255) = 13.13%

R = 63.38%
G = 23.48%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FB5D34 (or 0xFB5D34) is known color: Outrageous Orange. HEX triplet: FB, 5D and 34. RGB value is (251,93,52). Sum of RGB (Red+Green+Blue) = 251+93+52=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5D34 is #04A2CB. Grayscale: #878787. Windows color (decimal): -303820 or 3431931. OLE color: 3431931.

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

Color convert

RGB 251 93 52 -
CMYK 0 0.63 0.79 0.02
HSL 12.36º 0.96% 0.59% -
HSV(B) 12.36º 0.79% 0.98% -
XYZ 44.32 28.59 6.43 -
YUV 135.57 80.85 210.33 -
System Red Green Blue C M Y K H S L
Decimal 251 93 52 0 0.63 0.79 0.02 12.36 0.96 0.59
Hex FB 5D 34 0 3F 4F 2 C 60 3B
Octal 373 135 64 0 77 117 2 14 140 73
Binary 11111011 1011101 110100 0 111111 1001111 10 1100 1100000 111011

Color Harmonies of #FB5D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5D34

Black with #FB5D34

Text Example


Text Example

White with #FB5D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5D34; }

 p { color: rgb(251,93,52); }

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

background-color css

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

 a { background-color: rgb(251,93,52); }

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

border-color css

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

 span { border-color: rgb(251,93,52); }

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