Html Css Color HEX #FB552A Outrageous Orange

📋 copy color: '#FB552A'

red 251 ◦ green 85 ◦ blue 42

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

Shades of Outrageous Orange #FB552A

Tints of Outrageous Orange #FB552A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.49%

 BLUE value IS 42 (16.8% from 255) = 11.11%

R = 66.4%
G = 22.49%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB552A (or 0xFB552A) is known color: Outrageous Orange. HEX triplet: FB, 55 and 2A. RGB value is (251,85,42). Sum of RGB (Red+Green+Blue) = 251+85+42=378 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.40% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 251 - color contains mainly: red. Hex color #FB552A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB552A is #04AAD5. Grayscale: #828282. Windows color (decimal): -305878 or 2774523. OLE color: 2774523.

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

Color convert

RGB 251 85 42 -
CMYK 0 0.66 0.83 0.02
HSL 12.34º 0.96% 0.57% -
HSV(B) 12.34º 0.83% 0.98% -
XYZ 43.45 27.17 5.15 -
YUV 129.73 78.5 214.5 -
System Red Green Blue C M Y K H S L
Decimal 251 85 42 0 0.66 0.83 0.02 12.34 0.96 0.57
Hex FB 55 2A 0 42 53 2 C 60 39
Octal 373 125 52 0 102 123 2 14 140 71
Binary 11111011 1010101 101010 0 1000010 1010011 10 1100 1100000 111001

Color Harmonies of #FB552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB552A

Black with #FB552A

Text Example


Text Example

White with #FB552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB552A; }

 p { color: rgb(251,85,42); }

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

background-color css

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

 a { background-color: rgb(251,85,42); }

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

border-color css

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

 span { border-color: rgb(251,85,42); }

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